aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gogglesmm
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-02-03 22:35:36 +0800
committerbapt <bapt@FreeBSD.org>2015-02-03 22:35:36 +0800
commit87cde2488ae82f96c21b4d3b71c56064bbae0b8e (patch)
tree939dddabca6485cf642ee39cb96d6607f9f49a50 /audio/gogglesmm
parented802a6891a3aecfcbce4dd1e85ccdde8557f7aa (diff)
downloadfreebsd-ports-gnome-87cde2488ae82f96c21b4d3b71c56064bbae0b8e.tar.gz
freebsd-ports-gnome-87cde2488ae82f96c21b4d3b71c56064bbae0b8e.tar.zst
freebsd-ports-gnome-87cde2488ae82f96c21b4d3b71c56064bbae0b8e.zip
Take back maintainership
Let compiler.mk properly handle the choice of compiler used. (this fixes an issue on FreeBSD 10.0) Update to 0.14.2
Diffstat (limited to 'audio/gogglesmm')
-rw-r--r--audio/gogglesmm/Makefile17
-rw-r--r--audio/gogglesmm/distinfo4
2 files changed, 7 insertions, 14 deletions
diff --git a/audio/gogglesmm/Makefile b/audio/gogglesmm/Makefile
index 0b2f3fc16b91..0a98ec343d68 100644
--- a/audio/gogglesmm/Makefile
+++ b/audio/gogglesmm/Makefile
@@ -2,12 +2,11 @@
# $FreeBSD$
PORTNAME= gogglesmm
-PORTVERSION= 0.14.0
-PORTREVISION= 2
+PORTVERSION= 0.14.2
CATEGORIES= audio
-MASTER_SITES= GH
+MASTER_SITES= GHR
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= bapt@FreeBSD.org
COMMENT= Music collection manager and player
LICENSE= GPLv3
@@ -20,7 +19,7 @@ LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME}
-GH_COMMIT= 8ccdb53
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= compiler:c++0x desktop-file-utils gmake pkgconfig
USE_SQLITE= yes
@@ -91,12 +90,6 @@ VORBIS_CONFIGURE_OFF= --without-off --without-vorbis
WAVPACK_LIB_DEPENDS= libwavpack.so:${PORTSDIR}/audio/wavpack
WAVPACK_CONFIGURE_OFF= --without-wavpack
-.include <bsd.port.pre.mk>
-
-.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 34
-USE_GCC= yes
-.endif
-
post-patch:
@${REINPLACE_CMD} -e \
's|share/man|man|' ${WRKSRC}/configure
@@ -124,4 +117,4 @@ post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gogglesmm/libgap_*.so
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/audio/gogglesmm/distinfo b/audio/gogglesmm/distinfo
index df02018d2bce..5ff498c63370 100644
--- a/audio/gogglesmm/distinfo
+++ b/audio/gogglesmm/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gogglesmm-0.14.0.tar.gz) = 41be6db4b3a8d6a33ed0a90ccad024ec8e6c4aea0eb5186ac2f5e08905f317f7
-SIZE (gogglesmm-0.14.0.tar.gz) = 1352015
+SHA256 (gogglesmm-0.14.2.tar.gz) = c074143c18494771e8dc38bdd5ee70f00579247bb8f683f8d5319797aa9cc858
+SIZE (gogglesmm-0.14.2.tar.gz) = 1354458