ports/129950: net/pear-URI_Template wrong category name

Yamashiro at FreeBSD.org Yamashiro at FreeBSD.org
Fri Dec 26 14:10:01 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list