diff options
author | cpm <cpm@FreeBSD.org> | 2016-09-16 01:56:56 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2016-09-16 01:56:56 +0800 |
commit | 6708f9aa298861697e0adc464647708ca34a95d6 (patch) | |
tree | 22d90bf43264ed23b239d660afe309554a120cb9 /net-im | |
parent | c99fcb8487da1b810dc3c0fb7116e6490f076aaa (diff) | |
download | freebsd-ports-gnome-6708f9aa298861697e0adc464647708ca34a95d6.tar.gz freebsd-ports-gnome-6708f9aa298861697e0adc464647708ca34a95d6.tar.zst freebsd-ports-gnome-6708f9aa298861697e0adc464647708ca34a95d6.zip |
- Update corebird to 1.3.1 release
- Add GSTREAMER_USE=hls dependency
- Line up options block
- Silence all three explicitly called commands
Changelog:
https://github.com/baedert/corebird/releases/tag/1.3.1
Reviewed by: amdmi3 (mentor)
Approved by: amdmi3 (mentor)
Differential Revision: D7800
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/corebird/Makefile | 16 | ||||
-rw-r--r-- | net-im/corebird/distinfo | 6 |
2 files changed, 11 insertions, 11 deletions
diff --git a/net-im/corebird/Makefile b/net-im/corebird/Makefile index a55999785fb9..692ab1dd6f27 100644 --- a/net-im/corebird/Makefile +++ b/net-im/corebird/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= corebird -PORTVERSION= 1.3 +PORTVERSION= 1.3.1 CATEGORIES= net-im MAINTAINER= cpm@FreeBSD.org @@ -26,23 +26,23 @@ GNU_CONFIGURE= yes USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango INSTALLS_ICONS= yes -OPTIONS_DEFINE= GSTREAMER -OPTIONS_DEFAULT= GSTREAMER -GSTREAMER_USE= gstreamer1=yes,bad,good,gtksink,libav,x,ximagesrc +OPTIONS_DEFINE= GSTREAMER +OPTIONS_DEFAULT= GSTREAMER +GSTREAMER_USE= gstreamer1=yes,bad,good,gtksink,hls,libav,x,ximagesrc GSTREAMER_CONFIGURE_OFF= --disable-video GLIB_SCHEMAS= org.baedert.corebird.gschema.xml post-extract: - cd ${WRKSRC}/data && ${MV} org.baedert.corebird.desktop.in \ - corebird.desktop.in + @(cd ${WRKSRC}/data && ${MV} org.baedert.corebird.desktop.in \ + corebird.desktop.in) pre-configure: - ${MKDIR} ${WRKSRC}/m4 + @${MKDIR} ${WRKSRC}/m4 # Replace locales files in right place post-configure: - ${REINPLACE_CMD} -e 's|[$$][(]DATADIRNAME[)]|share|' \ + @${REINPLACE_CMD} -e 's|[$$][(]DATADIRNAME[)]|share|' \ ${WRKSRC}/po/Makefile .include <bsd.port.mk> diff --git a/net-im/corebird/distinfo b/net-im/corebird/distinfo index 6e4436b946bf..6bee805af218 100644 --- a/net-im/corebird/distinfo +++ b/net-im/corebird/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1470087209 -SHA256 (baedert-corebird-1.3_GH0.tar.gz) = f4f86a2e898342297c2379c25b6274598d81d8983f185d98753725552f670860 -SIZE (baedert-corebird-1.3_GH0.tar.gz) = 431652 +TIMESTAMP = 1473189673 +SHA256 (baedert-corebird-1.3.1_GH0.tar.gz) = cbc832b9e3adab698b9b879b64e33bffd708776e08fe9f229885068193525190 +SIZE (baedert-corebird-1.3.1_GH0.tar.gz) = 433961 |