aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/mpgtx
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-07-24 15:45:03 +0800
committerijliao <ijliao@FreeBSD.org>2001-07-24 15:45:03 +0800
commit9f34509df5925077215f066a546dc6afffbe0d37 (patch)
treebf2abe7ee42741403f9628f32a49f39210f1ce9f /graphics/mpgtx
parent82e009767049331268afbdeb5ee9ebd0b53aebae (diff)
downloadfreebsd-ports-gnome-9f34509df5925077215f066a546dc6afffbe0d37.tar.gz
freebsd-ports-gnome-9f34509df5925077215f066a546dc6afffbe0d37.tar.zst
freebsd-ports-gnome-9f34509df5925077215f066a546dc6afffbe0d37.zip
upgrade to 1.0
Diffstat (limited to 'graphics/mpgtx')
-rw-r--r--graphics/mpgtx/Makefile2
-rw-r--r--graphics/mpgtx/distinfo2
-rw-r--r--graphics/mpgtx/files/patch-Makefile8
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/mpgtx/Makefile b/graphics/mpgtx/Makefile
index e750a7cb975a..5bedd326c4ee 100644
--- a/graphics/mpgtx/Makefile
+++ b/graphics/mpgtx/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= mpgtx
-PORTVERSION= 0.8b
+PORTVERSION= 1.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/graphics/mpgtx/distinfo b/graphics/mpgtx/distinfo
index b106797a995f..52e7a588ec5f 100644
--- a/graphics/mpgtx/distinfo
+++ b/graphics/mpgtx/distinfo
@@ -1 +1 @@
-MD5 (mpgtx-0.8b-1-src.tgz) = 045b4a0b83081240a3a5b70b3ed95854
+MD5 (mpgtx-1.0-1-src.tgz) = 9a1b92a651b2c63abf6f6439a8462724
diff --git a/graphics/mpgtx/files/patch-Makefile b/graphics/mpgtx/files/patch-Makefile
index 34e99ac09873..c4493077521a 100644
--- a/graphics/mpgtx/files/patch-Makefile
+++ b/graphics/mpgtx/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Thu Jul 12 20:03:42 2001
-+++ Makefile Thu Jul 12 20:13:26 2001
+--- Makefile.orig Tue Jul 24 15:39:59 2001
++++ Makefile Tue Jul 24 15:41:13 2001
@@ -1,5 +1,4 @@
# installation dirs : Edit at your convenance
-PREFIX=/usr
@@ -10,12 +10,12 @@
# compilation flags
DEVEL_CFLAGS= -g -Wall -Werror -pedantic -fno-builtin
--RELEASE_CFLAGS= -Wall -O3 -pedantic
+-RELEASE_CFLAGS= -Wall -g -O2 -pedantic
+RELEASE_CFLAGS= ${CFLAGS}
SHARED_LFLAGS= -s
STATIC_LFLAGS= -static -s
DEVEL_LFLAGS= #-lefence
-@@ -52,12 +51,10 @@
+@@ -50,12 +49,10 @@
ln -sf mpgtx tagmp3
install -d -m 755 $(INSTALLDIR)
install -d -m 755 $(MANDIR)