summaryrefslogtreecommitdiff
path: root/audio/mp3asm
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-07-06 06:18:25 +0000
committerPatrick Li <pat@FreeBSD.org>2002-07-06 06:18:25 +0000
commit68244411b90d44db386add399816691f1ad09c68 (patch)
tree8a7d532668bfc37935d6bc07095ea4d849926ec3 /audio/mp3asm
parentFix plist. (diff)
Update to 0.1.3.1
PR: 40240 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=62508
Diffstat (limited to 'audio/mp3asm')
-rw-r--r--audio/mp3asm/Makefile17
-rw-r--r--audio/mp3asm/distinfo2
-rw-r--r--audio/mp3asm/files/patch-configure.in12
3 files changed, 12 insertions, 19 deletions
diff --git a/audio/mp3asm/Makefile b/audio/mp3asm/Makefile
index 166ee4ca143b..84a48005a5b2 100644
--- a/audio/mp3asm/Makefile
+++ b/audio/mp3asm/Makefile
@@ -7,24 +7,29 @@
#
PORTNAME= mp3asm
-PORTVERSION= 0.1.3
+PORTVERSION= 0.1.3.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
-GNU_CONFIGURE= yes
-USE_AUTOCONF= yes
-USE_GMAKE= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-0.1
-WRKSRC= ${WRKDIR}/mp3asm-0.1
+USE_BZIP2= yes
+USE_REINPLACE= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
post-extract:
@${RM} ${WRKSRC}/config.cache
post-patch:
- @${PERL} -pi -e "s,getprogname,_getprogname,g" ${WRKSRC}/src/mp3asm.c
+ @${REINPLACE_CMD} -e \
+ 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e \
+ 's|getprogname|_getprogname|g' ${WRKSRC}/src/mp3asm.c
post-install:
.if !defined(NOPORTDOCS)
diff --git a/audio/mp3asm/distinfo b/audio/mp3asm/distinfo
index e626cb30a9fc..9471b4948cdd 100644
--- a/audio/mp3asm/distinfo
+++ b/audio/mp3asm/distinfo
@@ -1 +1 @@
-MD5 (mp3asm-0.1.3.tar.gz) = e056095fe7a7455706acae882dcce6e2
+MD5 (mp3asm-0.1.3-1.tar.bz2) = 3fdc43fd24e865b850bcc74f8906f694
diff --git a/audio/mp3asm/files/patch-configure.in b/audio/mp3asm/files/patch-configure.in
deleted file mode 100644
index 889ad46f7f03..000000000000
--- a/audio/mp3asm/files/patch-configure.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.in.orig Thu Apr 12 00:21:30 2001
-+++ configure.in Thu Aug 30 00:19:21 2001
-@@ -7,7 +7,8 @@
- dnl Checks for programs.
- AC_PROG_LN_S
-
--CFLAGS="-g -O -Wall"
-+CC="$CC"
-+CFLAGS="-g -Wall $CFLAGS"
-
- dnl Checks for libraries.
-