ports/161445: [PATCH] multimedia/gcap: update to 0.1.0
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 9 22:50:09 UTC 2011
>Number: 161445
>Category: ports
>Synopsis: [PATCH] multimedia/gcap: update to 0.1.0
>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 Oct 09 22:50:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Sunpoet Po-Chuan Hsieh
>Release: FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011
>Description:
- Update to 0.1.0
- Add BUILD_DEPENDS and TEST_DEPENDS
Changes: http://code.google.com/p/gcap/wiki/Changes
Port maintainer (geekounet at poildetroll.net) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- gcap-0.1.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/gcap/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile 7 Aug 2011 12:37:02 -0000 1.1
+++ Makefile 9 Oct 2011 22:40:59 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= gcap
-PORTVERSION= 0.0.8
+PORTVERSION= 0.1.0
CATEGORIES= multimedia
MASTER_SITES= GOOGLE_CODE
@@ -15,11 +15,18 @@
LICENSE= GPLv3
+BUILD_DEPENDS= p5-Getopt-ArgvFile>=1.11:${PORTSDIR}/devel/p5-Getopt-ArgvFile \
+ p5-HTML-Parser>=3.68:${PORTSDIR}/www/p5-HTML-Parser \
+ p5-Umph-Prompt>=0:${PORTSDIR}/multimedia/p5-Umph-Prompt \
+ p5-XML-DOM>=1.44:${PORTSDIR}/textproc/p5-XML-DOM
RUN_DEPENDS= p5-Getopt-ArgvFile>=1.11:${PORTSDIR}/devel/p5-Getopt-ArgvFile \
- p5-HTML-Parser>=3.60:${PORTSDIR}/www/p5-HTML-Parser \
+ p5-HTML-Parser>=3.68:${PORTSDIR}/www/p5-HTML-Parser \
+ p5-Umph-Prompt>=0:${PORTSDIR}/multimedia/p5-Umph-Prompt \
p5-XML-DOM>=1.44:${PORTSDIR}/textproc/p5-XML-DOM
-PERL_CONFIGURE= yes
+TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
+
+PERL_CONFIGURE= 5.10.1+
MAN1= gcap.1
PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/gcap
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/multimedia/gcap/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo 7 Aug 2011 12:37:02 -0000 1.1
+++ distinfo 9 Oct 2011 22:40:59 -0000
@@ -1,2 +1,2 @@
-SHA256 (gcap-0.0.8.tar.gz) = 3e521cec1c0ca2af8084dc39b9dcdfe65e50ad088000c85f58db2c1708a9dd1c
-SIZE (gcap-0.0.8.tar.gz) = 21191
+SHA256 (gcap-0.1.0.tar.gz) = 3a46a9e2ffc5e066134d3bf91ec11bac57bfd8aaebb56bc5cd964809b9712b6b
+SIZE (gcap-0.1.0.tar.gz) = 20405
--- gcap-0.1.0.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list