1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Update to 0.2.0

- Add BUILD_DEPENDS

Changes:	http://code.google.com/p/umph/wiki/Changes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-09-27 15:27:27 +00:00
parent 1f281bdc1c
commit 14c0f593a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282493
3 changed files with 9 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= umph
PORTVERSION= 0.1.8
PORTVERSION= 0.2.0
CATEGORIES= multimedia
MASTER_SITES= GOOGLE_CODE
@ -15,10 +15,14 @@ COMMENT= YouTube video playlist parser for cclive and alike tools
LICENSE= GPLv3
BUILD_DEPENDS= p5-Getopt-ArgvFile>=1.11:${PORTSDIR}/devel/p5-Getopt-ArgvFile \
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-Umph-Prompt>=0:${PORTSDIR}/multimedia/p5-Umph-Prompt \
p5-XML-DOM>=1.44:${PORTSDIR}/textproc/p5-XML-DOM
PERL_CONFIGURE= yes
PERL_CONFIGURE= 5.10.1+
MAN1= umph.1
PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/umph

View File

@ -1,2 +1,2 @@
SHA256 (umph-0.1.8.tar.gz) = 151379644cd17e6b276561d0cb67c0f6674e98bf0e0c06f973aea52575591249
SIZE (umph-0.1.8.tar.gz) = 18918
SHA256 (umph-0.2.0.tar.gz) = 0fc00ea7b64b6122fc41972eac72926833b8fc6287c9ec862bafea3a98c53272
SIZE (umph-0.2.0.tar.gz) = 19825

View File

@ -4,4 +4,4 @@ output stream, while everything else gets printed to the standard
error stream. umph can be run with a simple interactive prompt to
select the printed video links.
WWW: http://umph.googlecode.com/
WWW: http://code.google.com/p/umph/