diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2007-03-29 17:05:55 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2007-03-29 17:05:55 +0000 |
commit | 0e48a18bbbe219038e359f0ff313102f12ea84d4 (patch) | |
tree | 43d862fcdb3394016c8a9efd2a45429e72826586 /audio | |
parent | 6bdb77bbf2bca28deafb5ded051a653c427864b8 (diff) | |
download | ports-0e48a18bbbe219038e359f0ff313102f12ea84d4.tar.gz ports-0e48a18bbbe219038e359f0ff313102f12ea84d4.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-shn/Makefile | 7 | ||||
-rw-r--r-- | audio/xmms-shn/distinfo | 6 | ||||
-rw-r--r-- | audio/xmms-shn/files/patch-configure | 13 |
3 files changed, 4 insertions, 22 deletions
diff --git a/audio/xmms-shn/Makefile b/audio/xmms-shn/Makefile index 6df22995f55a..be5c8c333325 100644 --- a/audio/xmms-shn/Makefile +++ b/audio/xmms-shn/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xmms-shn -PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTVERSION= 2.4.1 CATEGORIES= audio MASTER_SITES= http://www.etree.org/shnutils/xmms-shn/dist/src/ @@ -20,10 +19,6 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -post-patch: - @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) diff --git a/audio/xmms-shn/distinfo b/audio/xmms-shn/distinfo index 578d48f4fd8e..93b732a772c7 100644 --- a/audio/xmms-shn/distinfo +++ b/audio/xmms-shn/distinfo @@ -1,3 +1,3 @@ -MD5 (xmms-shn-2.4.0.tar.gz) = 00395ac407b6b9d5e2c48ad4bbb324f7 -SHA256 (xmms-shn-2.4.0.tar.gz) = 948dddb64d7ded1ef316988e3b7a0b7d9ac71e1cccf71f71ab5b87450ef955a1 -SIZE (xmms-shn-2.4.0.tar.gz) = 347297 +MD5 (xmms-shn-2.4.1.tar.gz) = 5bcdac72500091d55dce4eb0e8bed985 +SHA256 (xmms-shn-2.4.1.tar.gz) = fb4ccfda90b42e5508573aafb8bd80d7bc565be4a83aebfb224ce851015d98d8 +SIZE (xmms-shn-2.4.1.tar.gz) = 307397 diff --git a/audio/xmms-shn/files/patch-configure b/audio/xmms-shn/files/patch-configure deleted file mode 100644 index cebd65e8b014..000000000000 --- a/audio/xmms-shn/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Sat Oct 5 18:12:38 2002 -+++ configure Sat Oct 5 18:13:03 2002 -@@ -7357,6 +7357,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |