Date: Fri, 26 Dec 2008 14:01:32 GMT From: Yamashiro@FreeBSD.org, Jun <yamajun@ofug.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/129950: net/pear-URI_Template wrong category name Message-ID: <200812261401.mBQE1WtL014806@www.freebsd.org> Resent-Message-ID: <200812261410.mBQEA121062608@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 129950 >Category: ports >Synopsis: net/pear-URI_Template wrong category name >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 26 14:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yamashiro, Jun >Release: FreeBSD 7.1-PRERELEASE >Organization: Okinawa FreeBSD Users Group >Environment: FreeBSD base.local 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Mon Nov 24 20:22:16 EST 2008 root@pcbsdx32-7:/usr/obj/pcbsd-build/cvs/7.0.2-src/sys/PCBSD i386 >Description: Currently, net/pear-URI_Template installed to /usr/local/share/pear/Template.php. This package should install to /usr/local/share/pear/URI/Template.php. CATEGORY variable's name and value are wrong in net/pear-URI_Template/Makefile. (correctly: CATAGORY=Net -> CATEGORY=URI) >How-To-Repeat: # cd /usr/ports/net/pear-URI_Template # make install >Fix: Apply attached patch. This patch replace CATEGORY variable in net/pear-URI_Template/Makefile. Patch attached with submission follows: diff -ru pear-URI_Template.orig/Makefile pear-URI_Template/Makefile --- pear-URI_Template.orig/Makefile 2008-12-26 17:18:44.000000000 +0900 +++ pear-URI_Template/Makefile 2008-12-26 17:29:29.000000000 +0900 @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -CATAGORY= Net +CATEGORY= URI FILES= Template.php TESTS= AllTests.php >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812261401.mBQE1WtL014806>