Index: devel/pear-Console_Getopt/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/pear-Console_Getopt/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- devel/pear-Console_Getopt/Makefile 12 Oct 2006 03:34:21 -0000 1.15 +++ devel/pear-Console_Getopt/Makefile 12 Oct 2006 15:11:34 -0000 @@ -7,6 +7,7 @@ PORTNAME= Console_Getopt PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= devel pear MAINTAINER= chinsan@FreeBSD.org @@ -15,8 +16,6 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= Incorrect pkg-plist - CATEGORY= Console FILES= Console/Getopt.php @@ -24,10 +23,5 @@ @${CP} ${FILESDIR}/package.xml ${WRKDIR} .include - -.if ${ARCH} == "amd64" -BROKEN= uninstall failed on amd64 platforms -.endif - .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Index: devel/pear-Console_Getopt/files/package.xml =================================================================== RCS file: /home/pcvs/ports/devel/pear-Console_Getopt/files/package.xml,v retrieving revision 1.1 diff -u -r1.1 package.xml --- devel/pear-Console_Getopt/files/package.xml 26 Sep 2006 09:01:12 -0000 1.1 +++ devel/pear-Console_Getopt/files/package.xml 12 Oct 2006 15:11:34 -0000 @@ -2,8 +2,8 @@ Console_Getopt Command-line option parser - This is a PHP implementation of "getopt" supporting both -short and long options. + This is a PHP implementation of "getopt" supporting both short and long options. + andrei @@ -23,7 +23,8 @@ 2003-12-11 PHP License stable - Fix to preserve BC with 1.0 and allow correct behaviour for new users + Fix to preserve BC with 1.0 and allow correct behaviour for new users + @@ -40,9 +41,7 @@ 0.11 2002-05-26 beta - POSIX getopt compatibility fix: treat first element of args - array as command name - + POSIX getopt compatibility fix: treat first element of args array as command name