1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

- Update to 0.7.0

PR:		99081
Submitted by:	leeym
Approved by:	maintainer
This commit is contained in:
Yen-Ming Lee 2006-06-19 00:08:05 +00:00
parent f68b0d1755
commit e9f01b79e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165721
2 changed files with 12 additions and 5 deletions
multimedia/mmsrip

View File

@ -6,7 +6,7 @@
#
PORTNAME= mmsrip
PORTVERSION= 0.6.5
PORTVERSION= 0.7.0
CATEGORIES= multimedia
MASTER_SITES= http://nbenoit.tuxfamily.org/projects/mmsrip/ \
http://pmy.lv/mirror/MMSRipper/ \
@ -21,4 +21,11 @@ MAN1= mmsrip.1
PLIST_FILES= bin/mmsrip
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
post-patch:
${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's/stdint.h/inttypes.h/g'
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (mmsrip-0.6.5.tar.gz) = a003865a7d3c9d2d7e846e2a08db8fda
SHA256 (mmsrip-0.6.5.tar.gz) = 7fe6b61983129cc83c9e695135ad6709486e5c9b5cf3525c72e06beca8faa1ac
SIZE (mmsrip-0.6.5.tar.gz) = 94986
MD5 (mmsrip-0.7.0.tar.gz) = 498a5ec10a004481532eaceacdff3a10
SHA256 (mmsrip-0.7.0.tar.gz) = 5aed3cf17bfe50e2628561b46e12aec3644cfbbb242d738078e8b8fce6c23ed6
SIZE (mmsrip-0.7.0.tar.gz) = 100869