diff options
Diffstat (limited to 'java/phpeclipse/Makefile')
-rw-r--r-- | java/phpeclipse/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/phpeclipse/Makefile b/java/phpeclipse/Makefile index 229cf5d61e02..6daae352d001 100644 --- a/java/phpeclipse/Makefile +++ b/java/phpeclipse/Makefile @@ -6,13 +6,13 @@ # PORTNAME= phpeclipse -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= java editors devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= PHPEclipse_${PORTVERSION}_src -MAINTAINER= lon_kamikaze@gmx.de +MAINTAINER= kamikaze@bsdforen.de COMMENT= PHP Eclipse adds PHP support to the Eclipse IDE Framework RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse @@ -26,7 +26,7 @@ USE_ZIP= yes WRKSRC= ${WRKDIR}/dist ECLIPSE= ${PREFIX}/eclipse -PLIST_VER= ${PORTVERSION}.200807121925PRD +PLIST_VER= ${PORTVERSION}.200810130444PRD PLIST_SUB= VER=${PLIST_VER} |