aboutsummaryrefslogtreecommitdiff
path: root/audio/mpg321
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mpg321')
-rw-r--r--audio/mpg321/Makefile5
-rw-r--r--audio/mpg321/distinfo2
-rw-r--r--audio/mpg321/files/patch-getopt.c22
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