ports/120762: [PATCH] converters/p5-JSON: update to 1.15

Gea-Suan Lin gslin at gslin.org
Sun Feb 17 18:50:02 UTC 2008


>Number:         120762
>Category:       ports
>Synopsis:       [PATCH] converters/p5-JSON: update to 1.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 17 18:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.3-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD ccreader.NCTU.edu.tw 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #3: Tue Jan 15 11:22:08 CST 2008
>Description:
- Update to 1.15 (1.x final version)
- Use BUILD_DEPENDS= ${RUN_DEPENDS} to prevent from unnecessary
  dependency into RUN_DEPENDS.
- Use @dirrmtry, because other module can use JSON::*.

Port maintainer (kuriyama at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-JSON-1.15.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/converters/p5-JSON/Makefile /home/staff/gslin/work/ports/p5-JSON/Makefile
--- /usr/ports/converters/p5-JSON/Makefile	2007-10-12 02:54:36.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-JSON/Makefile	2008-02-18 02:45:44.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	JSON
-PORTVERSION=	1.14
+PORTVERSION=	1.15
 CATEGORIES=	converters perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../../authors/id/M/MA/MAKAMAKA
@@ -15,8 +15,8 @@
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension to convert to JSON (JavaScript Object Notation)
 
-BUILD_DEPENDS=	${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 MAN3=		Apache::JSONRPC.3 JSON.3 JSON::Converter.3 \
@@ -26,7 +26,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+=	${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
+RUN_DEPENDS+=	${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/converters/p5-JSON/distinfo /home/staff/gslin/work/ports/p5-JSON/distinfo
--- /usr/ports/converters/p5-JSON/distinfo	2007-10-12 02:54:36.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-JSON/distinfo	2008-02-18 02:46:04.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (JSON-1.14.tar.gz) = d95d9cdb7c0a64a51d3d946915db52fb
-SHA256 (JSON-1.14.tar.gz) = 6840c9208bb5b8121b2daceb4db794dc82f150a727baf60ec6ba186ed99ea8e2
-SIZE (JSON-1.14.tar.gz) = 36432
+MD5 (JSON-1.15.tar.gz) = 4f96dd0b68b644bc07453afc29105b7c
+SHA256 (JSON-1.15.tar.gz) = d890654a3afd852303b0a52c764a6599535ccf29002c2c90e99a34c39747ffc7
+SIZE (JSON-1.15.tar.gz) = 38395
diff -ruN --exclude=CVS /usr/ports/converters/p5-JSON/pkg-plist /home/staff/gslin/work/ports/p5-JSON/pkg-plist
--- /usr/ports/converters/p5-JSON/pkg-plist	2007-10-12 02:54:36.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-JSON/pkg-plist	2008-02-18 02:43:54.000000000 +0800
@@ -8,8 +8,8 @@
 %%SITE_PERL%%/JSONRPC.pm
 %%SITE_PERL%%/JSONRPC/Transport/HTTP.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/.packlist
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON
- at dirrm %%SITE_PERL%%/JSONRPC/Transport
- at dirrm %%SITE_PERL%%/JSONRPC
- at dirrm %%SITE_PERL%%/JSON
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON
+ at dirrmtry %%SITE_PERL%%/JSONRPC/Transport
+ at dirrmtry %%SITE_PERL%%/JSONRPC
+ at dirrmtry %%SITE_PERL%%/JSON
 @dirrmtry %%SITE_PERL%%/Apache
--- p5-JSON-1.15.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list