Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Dec 2010 19:33:59 GMT
From:      Grzegorz Blach <magik@roorback.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153321: fixed pkg-plist in www/p5-Dancer
Message-ID:  <201012201933.oBKJXxkZ023114@red.freebsd.org>
Resent-Message-ID: <201012201940.oBKJeAZS076601@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153321
>Category:       ports
>Synopsis:       fixed pkg-plist in www/p5-Dancer
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 20 19:40:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Grzegorz Blach
>Release:        8.2-BETA1
>Organization:
>Environment:
FreeBSD silver.nine 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #3 r216392: Sun Dec 12 13:32:45 CET 2010     root@silver.nine:/usr/obj/usr/src/sys/SILVER  amd64

>Description:
I fixed pkg-plist in www/p5-Dancer port.

Old version has missing line:
@dirrm %%SITE_PERL%%/auto/Dancer

Also I added LICENSE to Makefile.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -x .svn -ruN /var/cache/portshaker/ports/www/p5-Dancer/Makefile www/p5-Dancer/Makefile
--- /var/cache/portshaker/ports/www/p5-Dancer/Makefile	2010-11-20 14:51:38.000000000 +0100
+++ www/p5-Dancer/Makefile	2010-12-20 20:28:24.143178826 +0100
@@ -23,6 +23,9 @@
 	p5-URI>0:${PORTSDIR}/net/p5-URI
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 OPTIONS=	YAML "Enable YAML implementation in Perl" On
 
 .include <bsd.port.options.mk>
diff -x .svn -ruN /var/cache/portshaker/ports/www/p5-Dancer/pkg-plist www/p5-Dancer/pkg-plist
--- /var/cache/portshaker/ports/www/p5-Dancer/pkg-plist	2010-11-20 14:51:38.000000000 +0100
+++ www/p5-Dancer/pkg-plist	2010-12-20 20:07:50.137609986 +0100
@@ -62,4 +62,5 @@
 @dirrm %%SITE_PERL%%/Dancer/Logger
 @dirrm %%SITE_PERL%%/Dancer/Handler
 @dirrm %%SITE_PERL%%/Dancer
+@dirrm %%SITE_PERL%%/auto/Dancer
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012201933.oBKJXxkZ023114>