Index: head/net-im/corebird/Makefile =================================================================== --- head/net-im/corebird/Makefile (revision 394251) +++ head/net-im/corebird/Makefile (revision 394252) @@ -1,56 +1,56 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= corebird -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= net-im MAINTAINER= cpm@fbsd.es COMMENT= GTK3 Twitter client written in Vala LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libnotify.so:${PORTSDIR}/devel/libnotify \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ librest-0.7.so:${PORTSDIR}/devel/librest \ libgee-0.8.so:${PORTSDIR}/devel/libgee +USE_GITHUB= yes GH_ACCOUNT= baedert -USE_GITHUB= yes USES= autoreconf gettext gmake libtool pkgconfig GNU_CONFIGURE= yes USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango USE_SQLITE= yes INSTALLS_ICONS= yes -OPTIONS_DEFINE= GSTREAMER +OPTIONS_DEFINE= GSTREAMER OPTIONS_DEFAULT= GSTREAMER + GSTREAMER_DESC= Gstreamer support GLIB_SCHEMAS= org.baedert.corebird.gschema.xml .include post-extract: cd ${WRKSRC}/data && ${MV} org.baedert.corebird.desktop.in.in \ corebird.desktop.in.in .if ${PORT_OPTIONS:MGSTREAMER} USE_GSTREAMER1= yes bad good libav x ximagesrc .else CONFIGURE_ARGS+= --disable-video .endif pre-configure: ${MKDIR} ${WRKSRC}/m4 # Replace locales files in right place post-configure: ${REINPLACE_CMD} -e 's|[$$][(]DATADIRNAME[)]|share|' \ ${WRKSRC}/po/Makefile .include Index: head/net-im/corebird/distinfo =================================================================== --- head/net-im/corebird/distinfo (revision 394251) +++ head/net-im/corebird/distinfo (revision 394252) @@ -1,2 +1,2 @@ -SHA256 (baedert-corebird-1.0_GH0.tar.gz) = 0ca4ca20b0281b2901382810ef8bd1682bb896c3915ad3bea3f2a41461118001 -SIZE (baedert-corebird-1.0_GH0.tar.gz) = 1697452 +SHA256 (baedert-corebird-1.0.1_GH0.tar.gz) = f469250fd0f4fcdefbd496fa04ecae44ee41e154f29d4be2003ba03e64d24d81 +SIZE (baedert-corebird-1.0.1_GH0.tar.gz) = 1697506 Index: head/net-im/corebird/files/patch-Makefile.am =================================================================== --- head/net-im/corebird/files/patch-Makefile.am (revision 394251) +++ head/net-im/corebird/files/patch-Makefile.am (revision 394252) @@ -1,10 +1,10 @@ ---- ./Makefile.am.orig 2014-07-07 08:38:31.000000000 +0000 -+++ ./Makefile.am 2014-08-09 22:09:52.000000000 +0000 +--- Makefile.am.orig 2015-07-17 13:15:47 UTC ++++ Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS = src ui data assets po tests sql +SUBDIRS = src ui data assets po sql EXTRA_DIST = config.rpath \ intltool-extract.in \ intltool-merge.in \ Index: head/net-im/corebird/files/patch-configure.ac =================================================================== --- head/net-im/corebird/files/patch-configure.ac (revision 394251) +++ head/net-im/corebird/files/patch-configure.ac (revision 394252) @@ -1,20 +1,20 @@ ---- configure.ac.orig 2015-03-19 18:38:24.000000000 +0100 -+++ configure.ac 2015-03-30 18:09:54.490239000 +0200 -@@ -93,8 +93,6 @@ +--- configure.ac.orig 2015-07-17 13:15:47 UTC ++++ configure.ac +@@ -93,8 +93,6 @@ GLIB_GSETTINGS GETTEXT_PACKAGE=corebird AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Gettext Package]) AC_SUBST(GETTEXT_PACKAGE) -AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.18.3]) AM_GLIB_GNU_GETTEXT -@@ -103,7 +101,7 @@ +@@ -103,7 +101,7 @@ AC_CONFIG_FILES([Makefile src/Makefile ui/Makefile data/Makefile - data/org.baedert.corebird.desktop.in + data/corebird.desktop.in assets/Makefile assets/128x128/Makefile assets/96x96/Makefile Index: head/net-im/corebird/files/patch-data__Makefile.am =================================================================== --- head/net-im/corebird/files/patch-data__Makefile.am (revision 394251) +++ head/net-im/corebird/files/patch-data__Makefile.am (revision 394252) @@ -1,10 +1,10 @@ ---- data/Makefile.am.orig 2015-03-19 18:38:24.000000000 +0100 -+++ data/Makefile.am 2015-03-30 18:12:15.956014000 +0200 +--- data/Makefile.am.orig 2015-07-17 13:15:47 UTC ++++ data/Makefile.am @@ -1,6 +1,6 @@ desktopdir = $(prefix)/share/applications -desktop_in_files = org.baedert.corebird.desktop.in +desktop_in_files = corebird.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@