diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-01-17 14:32:20 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-01-17 14:32:20 +0000 |
commit | 74d465e9a44d5f0fb4fabf9990be88f4805e635c (patch) | |
tree | efaa676f5251260afbeda5ad696d1025c3443cf9 /audio/mp3splt | |
parent | Remove patch since "pgp_strict_enc" option does the same hack and it (diff) |
- Update to 2.1b
PR: ports/76345
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=126644
Diffstat (limited to 'audio/mp3splt')
-rw-r--r-- | audio/mp3splt/Makefile | 4 | ||||
-rw-r--r-- | audio/mp3splt/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index 3411a453ce3e..96e69b59c4ff 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mp3splt -PORTVERSION= 2.0e +PORTVERSION= 2.1b CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +25,7 @@ CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GETOPT_LONG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S|e||} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= mp3splt.1 PLIST_FILES= bin/mp3splt bin/oggsplt diff --git a/audio/mp3splt/distinfo b/audio/mp3splt/distinfo index af021d7c122a..e0122bbf8292 100644 --- a/audio/mp3splt/distinfo +++ b/audio/mp3splt/distinfo @@ -1,2 +1,2 @@ -MD5 (mp3splt-2.0e-src.tar.gz) = c7d1057c605bf95dcefdbcd25ba10d63 -SIZE (mp3splt-2.0e-src.tar.gz) = 132937 +MD5 (mp3splt-2.1b-src.tar.gz) = b1f4140ff40d51921edf0e1f6c402463 +SIZE (mp3splt-2.1b-src.tar.gz) = 134352 |