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
|
||||
PORTVERSION= 1.1.3
|
||||
PORTVERSION= 1.1.4
|
||||
CATEGORIES= java editors devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= phpeclipse
|
||||
DISTNAME= PHPEclipse${PORTVERSION}-2005-01-29
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= PHPeclipse-${PORTVERSION}-features
|
||||
|
||||
MAINTAINER= rtdean@cytherianage.net
|
||||
COMMENT= PHP Eclipse adds PHP support to the Eclipse IDE Framework
|
||||
|
@ -23,12 +23,16 @@ NO_WRKSUBDIR= yes
|
|||
|
||||
ECLIPSE= ${PREFIX}/eclipse
|
||||
|
||||
PLIST_SUB= VER=${PORTVERSION} NSP=net.sourceforge.phpeclipse \
|
||||
NSEVER=net.sf.eclipsetidy_1.2.1
|
||||
PLIST_SUB= VER=${PORTVERSION} NSP=net.sourceforge.phpeclipse \
|
||||
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:
|
||||
@${CP} -r ${WRKSRC}/features/* ${ECLIPSE}/features
|
||||
@${CP} -r ${WRKSRC}/plugins/* ${ECLIPSE}/plugins
|
||||
@${MKDIR} ${ECLIPSE}/features
|
||||
@${MKDIR} ${ECLIPSE}/plugins
|
||||
@${CP} -r ${WRKSRC}/eclipse/features/* ${ECLIPSE}/features
|
||||
@${CP} -r ${WRKSRC}/eclipse/plugins/* ${ECLIPSE}/plugins
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (PHPEclipse1.1.3-2005-01-29.zip) = a73cbf6c0862de5caf90d848b3f58302
|
||||
SIZE (PHPEclipse1.1.3-2005-01-29.zip) = 11217215
|
||||
MD5 (PHPeclipse-1.1.4-features.zip) = 9fd1b3758e815095f44663b752f34838
|
||||
SIZE (PHPeclipse-1.1.4-features.zip) = 22060927
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue