mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Upgrade to 1.1.4.
PR: ports/82068 Submitted by: Antonio Carlos Venancio Junior <antonio (at) php.net> Approved by: maintainer
This commit is contained in:
parent
066316238b
commit
dac6c97324
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137456
3 changed files with 949 additions and 415 deletions
|
@ -6,11 +6,11 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= phpeclipse
|
PORTNAME= phpeclipse
|
||||||
PORTVERSION= 1.1.3
|
PORTVERSION= 1.1.4
|
||||||
CATEGORIES= java editors devel
|
CATEGORIES= java editors devel
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= phpeclipse
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
DISTNAME= PHPEclipse${PORTVERSION}-2005-01-29
|
DISTNAME= PHPeclipse-${PORTVERSION}-features
|
||||||
|
|
||||||
MAINTAINER= rtdean@cytherianage.net
|
MAINTAINER= rtdean@cytherianage.net
|
||||||
COMMENT= PHP Eclipse adds PHP support to the Eclipse IDE Framework
|
COMMENT= PHP Eclipse adds PHP support to the Eclipse IDE Framework
|
||||||
|
@ -23,12 +23,16 @@ NO_WRKSUBDIR= yes
|
||||||
|
|
||||||
ECLIPSE= ${PREFIX}/eclipse
|
ECLIPSE= ${PREFIX}/eclipse
|
||||||
|
|
||||||
PLIST_SUB= VER=${PORTVERSION} NSP=net.sourceforge.phpeclipse \
|
PLIST_SUB= VER=${PORTVERSION} NSP=net.sourceforge.phpeclipse \
|
||||||
NSEVER=net.sf.eclipsetidy_1.2.1
|
QVER=com.quantum.Quantum_2.4.5 TEAMVER=3.0.0 \
|
||||||
|
OTS=org.tigris.subversion OTSVER=0.9.30 UIVER=1.1.2 \
|
||||||
|
TIDYVER=1.2.1 HTMLVER=1.1.3 UNITVER=phpunit_1.0.0
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@${CP} -r ${WRKSRC}/features/* ${ECLIPSE}/features
|
@${MKDIR} ${ECLIPSE}/features
|
||||||
@${CP} -r ${WRKSRC}/plugins/* ${ECLIPSE}/plugins
|
@${MKDIR} ${ECLIPSE}/plugins
|
||||||
|
@${CP} -r ${WRKSRC}/eclipse/features/* ${ECLIPSE}/features
|
||||||
|
@${CP} -r ${WRKSRC}/eclipse/plugins/* ${ECLIPSE}/plugins
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (PHPEclipse1.1.3-2005-01-29.zip) = a73cbf6c0862de5caf90d848b3f58302
|
MD5 (PHPeclipse-1.1.4-features.zip) = 9fd1b3758e815095f44663b752f34838
|
||||||
SIZE (PHPEclipse1.1.3-2005-01-29.zip) = 11217215
|
SIZE (PHPeclipse-1.1.4-features.zip) = 22060927
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue