o Update to 0.5.7
o Patch configure to eliminate "bash"ism PR: 50778 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
This commit is contained in:
parent
20833d1aa0
commit
ad70c13a44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78715
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= vobcopy
|
||||
PORTVERSION= 0.5.5
|
||||
PORTVERSION= 0.5.7
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://lpn.rnbhq.org/download/
|
||||
|
||||
@ -16,7 +16,9 @@ COMMENT= Decrypts and copies DVD .vob files
|
||||
LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread \
|
||||
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
|
||||
USE_BZIP2= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= configure.sh
|
||||
USE_REINPLACE= yes
|
||||
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
@ -24,12 +26,14 @@ ALL_TARGET= ${PORTNAME}
|
||||
MAN1= vobcopy.1
|
||||
|
||||
DOC_FILES= COPYING Changelog README Release-Notes \
|
||||
FAQ TODO \
|
||||
TODO \
|
||||
alternative_programs.txt
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E -e 's|(fopen\("/etc/)mtab|\1fstab|; \
|
||||
s|iso9660|cd9660|' ${WRKSRC}/dvd.c
|
||||
@${REINPLACE_CMD} -E -e 's|declare -i i=0||' \
|
||||
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -E -e 's|^CC.+||; s|^PREFIX.+||; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (vobcopy-0.5.5.tar.gz) = ad18aabcc54f644ba5c68252bb7c5aea
|
||||
MD5 (vobcopy-0.5.7.tar.bz2) = 6cf44ef4fd424f0c58121423dd010ea1
|
||||
|
@ -1,7 +1,6 @@
|
||||
bin/vobcopy
|
||||
%%PORTDOCS%%share/doc/vobcopy/COPYING
|
||||
%%PORTDOCS%%share/doc/vobcopy/Changelog
|
||||
%%PORTDOCS%%share/doc/vobcopy/FAQ
|
||||
%%PORTDOCS%%share/doc/vobcopy/README
|
||||
%%PORTDOCS%%share/doc/vobcopy/Release-Notes
|
||||
%%PORTDOCS%%share/doc/vobcopy/TODO
|
||||
|
Loading…
Reference in New Issue
Block a user