diff options
author | naddy <naddy@FreeBSD.org> | 2002-01-16 22:54:05 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-01-16 22:54:05 +0800 |
commit | 400344f6b4e808a0e31664377ea4548c185f3cab (patch) | |
tree | 3e49e685448f7d3d62fda5dbf4626062f2968cbe /audio | |
parent | 65d2ae4e566b97dda31cd2d9fc3d178d2ffe9372 (diff) | |
download | freebsd-ports-gnome-400344f6b4e808a0e31664377ea4548c185f3cab.tar.gz freebsd-ports-gnome-400344f6b4e808a0e31664377ea4548c185f3cab.tar.zst freebsd-ports-gnome-400344f6b4e808a0e31664377ea4548c185f3cab.zip |
* upgrade to 0.2.3
* update lib version of libao dependency
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg321/Makefile | 5 | ||||
-rw-r--r-- | audio/mpg321/distinfo | 2 | ||||
-rw-r--r-- | audio/mpg321/files/patch-getopt.c | 22 |
3 files changed, 3 insertions, 26 deletions
diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile index 02fabbd15fce..213f80ca98c6 100644 --- a/audio/mpg321/Makefile +++ b/audio/mpg321/Makefile @@ -6,15 +6,14 @@ # PORTNAME= mpg321 -PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTVERSION= 0.2.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mpg321 MAINTAINER= naddy@FreeBSD.org -LIB_DEPENDS= ao.2:${PORTSDIR}/audio/libao \ +LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ mad.1:${PORTSDIR}/audio/mad GNU_CONFIGURE= yes diff --git a/audio/mpg321/distinfo b/audio/mpg321/distinfo index 9985bee7dcc9..e247e8bdb7ab 100644 --- a/audio/mpg321/distinfo +++ b/audio/mpg321/distinfo @@ -1 +1 @@ -MD5 (mpg321-0.2.2.tar.gz) = 3ad9c1fb9bbecefb2cbdda4cffd2b0df +MD5 (mpg321-0.2.3.tar.gz) = d64bfd730d8b75fbd8cf231a2a033ba0 diff --git a/audio/mpg321/files/patch-getopt.c b/audio/mpg321/files/patch-getopt.c deleted file mode 100644 index e566e22a6b1a..000000000000 --- a/audio/mpg321/files/patch-getopt.c +++ /dev/null @@ -1,22 +0,0 @@ - -$FreeBSD$ - ---- getopt.c.orig Mon Oct 15 14:05:23 2001 -+++ getopt.c Mon Oct 15 14:05:37 2001 -@@ -76,16 +76,7 @@ - # endif - #endif - --#ifndef _ --/* This is for other GNU distributions with internationalized messages. -- When compiling libc, the _ macro is predefined. */ --# ifdef HAVE_LIBINTL_H --# include <libintl.h> --# define _(msgid) gettext (msgid) --# else - # define _(msgid) (msgid) --# endif --#endif - - /* This version of `getopt' appears to the caller like standard Unix `getopt' - but it behaves differently for the user, since it allows the user |