summaryrefslogtreecommitdiffstats
path: root/audio/easytag
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-05-02 22:36:31 +0000
committerpat <pat@FreeBSD.org>2002-05-02 22:36:31 +0000
commitc86e5958a9ca9fce1e5d4ec1dec2d38ff27803b0 (patch)
treeea302acfa43751d8e14d9f7768ff0325c5526b09 /audio/easytag
parentc4ba83c2b639aa142508492a3778694fb8a13f2b (diff)
downloadFreeBSD-ports-c86e5958a9ca9fce1e5d4ec1dec2d38ff27803b0.zip
FreeBSD-ports-c86e5958a9ca9fce1e5d4ec1dec2d38ff27803b0.tar.gz
Update to 0.19
PR: 37682 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'audio/easytag')
-rw-r--r--audio/easytag/Makefile4
-rw-r--r--audio/easytag/distinfo2
-rw-r--r--audio/easytag/files/patch-configure10
-rw-r--r--audio/easytag/files/patch-ltmain.sh12
-rw-r--r--audio/easytag/pkg-plist2
5 files changed, 15 insertions, 15 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile
index 2f31ead..2bba06c 100644
--- a/audio/easytag/Makefile
+++ b/audio/easytag/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= easytag
-PORTVERSION= 0.18
+PORTVERSION= 0.19
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,7 +18,7 @@ LIB_DEPENDS= id3-3.7.13:${PORTSDIR}/audio/id3lib \
vorbis.1:${PORTSDIR}/audio/libvorbis
USE_GTK= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/audio/easytag/distinfo b/audio/easytag/distinfo
index be3ee21..411e469 100644
--- a/audio/easytag/distinfo
+++ b/audio/easytag/distinfo
@@ -1 +1 @@
-MD5 (easytag-0.18.tar.gz) = 2321877f10b811d5cb0d7f4057c29f26
+MD5 (easytag-0.19.tar.gz) = ec4a97d84facf61ed091500150522c72
diff --git a/audio/easytag/files/patch-configure b/audio/easytag/files/patch-configure
new file mode 100644
index 0000000..b7df714
--- /dev/null
+++ b/audio/easytag/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Tue Apr 23 01:10:34 2002
++++ configure Sun Apr 28 17:39:02 2002
+@@ -5195,6 +5195,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/audio/easytag/files/patch-ltmain.sh b/audio/easytag/files/patch-ltmain.sh
deleted file mode 100644
index 7b3e14b..0000000
--- a/audio/easytag/files/patch-ltmain.sh
+++ /dev/null
@@ -1,12 +0,0 @@
---- ltmain.sh.orig Sun Mar 3 07:38:00 2002
-+++ ltmain.sh Fri Mar 8 01:58:58 2002
-@@ -2408,6 +2408,9 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- # Add libc to deplibs on all other systems if necessary.
- if test "$build_libtool_need_lc" = "yes"; then
diff --git a/audio/easytag/pkg-plist b/audio/easytag/pkg-plist
index 7ea4a59..a478f2c 100644
--- a/audio/easytag/pkg-plist
+++ b/audio/easytag/pkg-plist
@@ -1,6 +1,8 @@
bin/easytag
share/easytag/EasyTAG_logo.xpm
+share/locale/cs/LC_MESSAGES/easytag.mo
share/locale/de/LC_MESSAGES/easytag.mo
+share/locale/es/LC_MESSAGES/easytag.mo
share/locale/fr/LC_MESSAGES/easytag.mo
share/locale/hu/LC_MESSAGES/easytag.mo
share/locale/it/LC_MESSAGES/easytag.mo
OpenPOWER on IntegriCloud