From 400344f6b4e808a0e31664377ea4548c185f3cab Mon Sep 17 00:00:00 2001 From: naddy Date: Wed, 16 Jan 2002 14:54:05 +0000 Subject: * upgrade to 0.2.3 * update lib version of libao dependency --- audio/mpg321/Makefile | 5 ++--- audio/mpg321/distinfo | 2 +- audio/mpg321/files/patch-getopt.c | 22 ---------------------- 3 files changed, 3 insertions(+), 26 deletions(-) delete mode 100644 audio/mpg321/files/patch-getopt.c (limited to 'audio') 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 --# 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 -- cgit