On Tue, Jul 04, 2006 at 11:13:05AM +0300, Genadijus Paleckis wrote:
> Perl binding to JSON (JavaScript Object Notation language)
> 
> port can be located at http://84.32.40.221/ports/p5-JSON.tar.gz
> 

Hi,

Don't set the URL in pkg/DESCR as it's added if you set HOMEPAGE.
If you want to keep the homepage i suggest considering json.org instead.
Diff against the version in my tree follows.

Regards,
Simon

diff -x .svn -urN p5-JSON/Makefile my-p5-JSON/Makefile
--- p5-JSON/Makefile    Tue Jul  4 09:06:59 2006
+++ my-p5-JSON/Makefile Fri Jul  7 20:14:18 2006
@@ -6,14 +6,13 @@
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    converters perl5
 
-# same as perl
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MAKAMAKA/}
+
+# Artistic + GPL
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
-
-HOMEPAGE=      http://search.cpan.org/dist/JSON/
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MAKAMAKA/}
 
 CONFIGURE_STYLE= perl
 
diff -x .svn -urN p5-JSON/pkg/DESCR my-p5-JSON/pkg/DESCR
--- p5-JSON/pkg/DESCR   Tue Jul  4 09:07:38 2006
+++ my-p5-JSON/pkg/DESCR        Fri Jul  7 20:14:18 2006
@@ -1,3 +1,2 @@
-Perl extension interface to JSON (JavaScript Object Notation).
-
-WWW: ${HOMEPAGE}
+This module converts between JSON (JavaScript Object Notation) and Perl
+data structure into each other.

Reply via email to