aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-06-28 16:38:34 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-06-28 16:38:34 +0800
commitadeb129a350ea5a1c16f3e3e1c7aad3edda21313 (patch)
tree98c5e171c3a175576e9254ea6f65d4bc6dd55ad5 /converters
parentb64b1d80aff6504914e50eb3ca20a84e5e489d6d (diff)
downloadfreebsd-ports-gnome-adeb129a350ea5a1c16f3e3e1c7aad3edda21313.tar.gz
freebsd-ports-gnome-adeb129a350ea5a1c16f3e3e1c7aad3edda21313.tar.zst
freebsd-ports-gnome-adeb129a350ea5a1c16f3e3e1c7aad3edda21313.zip
- Update to 11.3
- Strip shared library Changes: https://github.com/buganini/gbsdconv/releases PR: 201017 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Diffstat (limited to 'converters')
-rw-r--r--converters/gbsdconv/Makefile5
-rw-r--r--converters/gbsdconv/distinfo4
-rw-r--r--converters/gbsdconv/files/patch-Makefile26
3 files changed, 6 insertions, 29 deletions
diff --git a/converters/gbsdconv/Makefile b/converters/gbsdconv/Makefile
index e000381fe29d..cc4253712cbd 100644
--- a/converters/gbsdconv/Makefile
+++ b/converters/gbsdconv/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gbsdconv
-PORTVERSION= 11.1
+PORTVERSION= 11.3
CATEGORIES= converters python
MAINTAINER= buganini@gmail.com
@@ -27,4 +27,7 @@ PLIST_FILES= bin/gbsdconv \
%%DATADIR%%/gbsdconv.xml \
%%DATADIR%%/gbsdconv2.png
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gbsdconv_taglib.so
+
.include <bsd.port.mk>
diff --git a/converters/gbsdconv/distinfo b/converters/gbsdconv/distinfo
index b428fb19b446..adfb2d116260 100644
--- a/converters/gbsdconv/distinfo
+++ b/converters/gbsdconv/distinfo
@@ -1,2 +1,2 @@
-SHA256 (buganini-gbsdconv-11.1_GH0.tar.gz) = 34f13dd5d242002fc1577508f067c6878466d4d20191cfb9dead513b9af36903
-SIZE (buganini-gbsdconv-11.1_GH0.tar.gz) = 19728
+SHA256 (buganini-gbsdconv-11.3_GH0.tar.gz) = 4ab852cbcb3b6f9b16fccb7cb3dd0a9c6c2736a0b7e369afe26a55a08809cc6e
+SIZE (buganini-gbsdconv-11.3_GH0.tar.gz) = 19915
diff --git a/converters/gbsdconv/files/patch-Makefile b/converters/gbsdconv/files/patch-Makefile
deleted file mode 100644
index 5c98ca973cfb..000000000000
--- a/converters/gbsdconv/files/patch-Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
---- Makefile.orig 2013-09-09 09:56:10.000000000 +0400
-+++ Makefile 2014-01-28 04:02:41.281082541 +0400
-@@ -1,17 +1,17 @@
- PREFIX?=/usr/local
-
--LIBS=-L${PREFIX}/lib -ltag
-+LIBS=-L${LOCALBASE}/lib -ltag
-
- all: gbsdconv_taglib
-
- gbsdconv_taglib: taglib/tag_c.cpp
-- $(CXX) -I${PREFIX}/include/taglib -fPIC -shared -o gbsdconv_taglib.so taglib/tag_c.cpp ${LIBS}
-+ $(CXX) -I${LOCALBASE}/include/taglib -fPIC -shared -o gbsdconv_taglib.so taglib/tag_c.cpp ${LIBS}
-
- install:
-- install -m 755 gbsdconv ${PREFIX}/bin
-- install -m 444 gbsdconv_taglib.so ${PREFIX}/lib
-- mkdir -p ${PREFIX}/share/gbsdconv
-- install -m 444 gbsdconv.png gbsdconv.xml gbsdconv2.png ${PREFIX}/share/gbsdconv
-+ install -m 755 gbsdconv ${DESTDIR}${PREFIX}/bin
-+ install -m 444 gbsdconv_taglib.so ${DESTDIR}${PREFIX}/lib
-+ mkdir -p ${DESTDIR}${PREFIX}/share/gbsdconv
-+ install -m 444 gbsdconv.png gbsdconv.xml gbsdconv2.png ${DESTDIR}${PREFIX}/share/gbsdconv
-
- clean:
- rm -f gbsdconv_taglib.so