aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-04-12 07:57:02 +0800
committeradamw <adamw@FreeBSD.org>2003-04-12 07:57:02 +0800
commit7f3ec1e30c56690a5a8be6a2bdcdc64f85d28ca2 (patch)
treecfcb97fa35ec2df8bd07a60c24797c879d37008f /audio
parent9bfa559b8fe55e3add3ff39bef5b949ce3ce04de (diff)
downloadfreebsd-ports-gnome-7f3ec1e30c56690a5a8be6a2bdcdc64f85d28ca2.tar.gz
freebsd-ports-gnome-7f3ec1e30c56690a5a8be6a2bdcdc64f85d28ca2.tar.zst
freebsd-ports-gnome-7f3ec1e30c56690a5a8be6a2bdcdc64f85d28ca2.zip
Update to 0.27.
PR: 50841 Submitted by: Dominic Marks <dom@cus.org.uk> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r--audio/easytag-devel/Makefile8
-rw-r--r--audio/easytag-devel/distinfo2
-rw-r--r--audio/easytag-devel/files/patch-Makefile.in14
-rw-r--r--audio/easytag-devel/pkg-plist2
-rw-r--r--audio/easytag/Makefile8
-rw-r--r--audio/easytag/distinfo2
-rw-r--r--audio/easytag/files/patch-Makefile.in14
-rw-r--r--audio/easytag/pkg-plist2
8 files changed, 18 insertions, 34 deletions
diff --git a/audio/easytag-devel/Makefile b/audio/easytag-devel/Makefile
index 100b8abc2559..41cba3723ec7 100644
--- a/audio/easytag-devel/Makefile
+++ b/audio/easytag-devel/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= easytag
-PORTVERSION= 0.25
+PORTVERSION= 0.27
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,8 +16,12 @@ MAINTAINER= d.marks@student.umist.ac.uk
COMMENT= Tag editor for MP3 and OGG files
LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib \
- vorbis.2:${PORTSDIR}/audio/libvorbis
+ vorbis.2:${PORTSDIR}/audio/libvorbis \
+ FLAC.5:${PORTSDIR}/audio/flac
+MAN1= easytag.1
+
+USE_BZIP2= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= CONFIG_SHELL="${SH}" \
diff --git a/audio/easytag-devel/distinfo b/audio/easytag-devel/distinfo
index 881db474d777..d113bc8b3c2b 100644
--- a/audio/easytag-devel/distinfo
+++ b/audio/easytag-devel/distinfo
@@ -1 +1 @@
-MD5 (easytag-0.25.tar.gz) = 61becbf5dd77ebb540633abccdae02ac
+MD5 (easytag-0.27.tar.bz2) = 1f0460e9231dda2fe402be92224727aa
diff --git a/audio/easytag-devel/files/patch-Makefile.in b/audio/easytag-devel/files/patch-Makefile.in
deleted file mode 100644
index ee1dde9727c9..000000000000
--- a/audio/easytag-devel/files/patch-Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in.orig Thu Aug 15 00:38:25 2002
-+++ Makefile.in Thu Aug 15 00:38:54 2002
-@@ -442,7 +442,7 @@
-
- info-am:
-
--install-data-am: install-gnome_menuDATA
-+install-data-am: # install-gnome_menuDATA
-
- install-exec-am:
-
diff --git a/audio/easytag-devel/pkg-plist b/audio/easytag-devel/pkg-plist
index 4ed03cf0606e..19acc4550726 100644
--- a/audio/easytag-devel/pkg-plist
+++ b/audio/easytag-devel/pkg-plist
@@ -1,5 +1,7 @@
bin/easytag
+share/easytag/ChangeLog
share/easytag/EasyTAG_logo.xpm
+share/gnome/apps/Multimedia/easytag.desktop
share/locale/cs/LC_MESSAGES/easytag.mo
share/locale/de/LC_MESSAGES/easytag.mo
share/locale/es/LC_MESSAGES/easytag.mo
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile
index 100b8abc2559..41cba3723ec7 100644
--- a/audio/easytag/Makefile
+++ b/audio/easytag/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= easytag
-PORTVERSION= 0.25
+PORTVERSION= 0.27
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,8 +16,12 @@ MAINTAINER= d.marks@student.umist.ac.uk
COMMENT= Tag editor for MP3 and OGG files
LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib \
- vorbis.2:${PORTSDIR}/audio/libvorbis
+ vorbis.2:${PORTSDIR}/audio/libvorbis \
+ FLAC.5:${PORTSDIR}/audio/flac
+MAN1= easytag.1
+
+USE_BZIP2= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= CONFIG_SHELL="${SH}" \
diff --git a/audio/easytag/distinfo b/audio/easytag/distinfo
index 881db474d777..d113bc8b3c2b 100644
--- a/audio/easytag/distinfo
+++ b/audio/easytag/distinfo
@@ -1 +1 @@
-MD5 (easytag-0.25.tar.gz) = 61becbf5dd77ebb540633abccdae02ac
+MD5 (easytag-0.27.tar.bz2) = 1f0460e9231dda2fe402be92224727aa
diff --git a/audio/easytag/files/patch-Makefile.in b/audio/easytag/files/patch-Makefile.in
deleted file mode 100644
index ee1dde9727c9..000000000000
--- a/audio/easytag/files/patch-Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in.orig Thu Aug 15 00:38:25 2002
-+++ Makefile.in Thu Aug 15 00:38:54 2002
-@@ -442,7 +442,7 @@
-
- info-am:
-
--install-data-am: install-gnome_menuDATA
-+install-data-am: # install-gnome_menuDATA
-
- install-exec-am:
-
diff --git a/audio/easytag/pkg-plist b/audio/easytag/pkg-plist
index 4ed03cf0606e..19acc4550726 100644
--- a/audio/easytag/pkg-plist
+++ b/audio/easytag/pkg-plist
@@ -1,5 +1,7 @@
bin/easytag
+share/easytag/ChangeLog
share/easytag/EasyTAG_logo.xpm
+share/gnome/apps/Multimedia/easytag.desktop
share/locale/cs/LC_MESSAGES/easytag.mo
share/locale/de/LC_MESSAGES/easytag.mo
share/locale/es/LC_MESSAGES/easytag.mo