1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Update to 0.1

This commit is contained in:
Pav Lucistnik 2004-11-06 13:17:44 +00:00
parent e99ef174fe
commit b6939cad75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120958
2 changed files with 5 additions and 6 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= cue2toc
PORTVERSION= 0.0
PORTREVISION= 1
PORTVERSION= 0.1
CATEGORIES= audio perl5
MASTER_SITES= http://www.tuxcoder.com/cue2toc/download/
@ -21,9 +20,9 @@ PLIST_FILES= bin/cue2toc.pl
USE_REINPLACE= yes
pre-patch:
@${REINPLACE_CMD} -e 's|use warnings;||' ${WRKSRC}/cue2toc
@${REINPLACE_CMD} -e 's|use warnings;||' ${WRKDIR}/cue2toc
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cue2toc ${PREFIX}/bin/cue2toc.pl
${INSTALL_SCRIPT} ${WRKDIR}/cue2toc ${PREFIX}/bin/cue2toc.pl
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (cue2toc-0.0.tar.gz) = a36f42552440963a35c6ce265d635205
SIZE (cue2toc-0.0.tar.gz) = 2870
MD5 (cue2toc-0.1.tar.gz) = e3a924ff30bdb437abd4c3b261ce080f
SIZE (cue2toc-0.1.tar.gz) = 2989