Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  9 Jul 2012 23:59:16 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dennylin93@hs.ntnu.edu.tw
Subject:   ports/169739: [PATCH] www/p5-App-gist: update to 0.08
Message-ID:  <3WWB7858ycz5gg@sunpoet.net>
Resent-Message-ID: <201207091600.q69G0WLJ019233@freefall.freebsd.org>

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

>Number:         169739
>Category:       ports
>Synopsis:       [PATCH] www/p5-App-gist: update to 0.08
>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:   Mon Jul 09 16:00:31 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sat Jul  7 22:40:22 CST
>Description:
- Update to 0.08
- Add LICENSE

Changes:	http://search.cpan.org/dist/App-gist/Changes

Port maintainer (dennylin93@hs.ntnu.edu.tw) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-App-gist-0.08.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-App-gist/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	15 Feb 2012 01:42:07 -0000	1.2
+++ Makefile	9 Jul 2012 15:59:09 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	App-gist
-PORTVERSION=	0.05
+PORTVERSION=	0.08
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,12 +14,19 @@
 MAINTAINER=	dennylin93@hs.ntnu.edu.tw
 COMMENT=	GitHub Gist creator
 
-RUN_DEPENDS=	p5-WWW-GitHub-Gist>=0.13:${PORTSDIR}/www/p5-WWW-GitHub-Gist
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
-PERL_CONFIGURE=	yes
+BUILD_DEPENDS=	p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \
+		p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \
+		p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
+		p5-WWW-GitHub-Gist>=0:${PORTSDIR}/www/p5-WWW-GitHub-Gist
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 CONFLICTS=	gist-[0-9]*
 
+PERL_CONFIGURE=	yes
+
 MAN1=		gist.1
 MAN3=		App::gist.3
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-App-gist/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	15 Feb 2012 01:42:07 -0000	1.2
+++ distinfo	9 Jul 2012 15:59:09 -0000
@@ -1,2 +1,2 @@
-SHA256 (App-gist-0.05.tar.gz) = acdabbec8f7fba9c41558b0d1c91deda6593bfc0b724e4dabba6ad5932f7ed32
-SIZE (App-gist-0.05.tar.gz) = 13055
+SHA256 (App-gist-0.08.tar.gz) = 49d1d86cc06bc55c5a08d592bad8f4277836833bed44d112bedf0e6e34781702
+SIZE (App-gist-0.08.tar.gz) = 12910
--- p5-App-gist-0.08.patch ends here ---

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



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