Index: head/net-im/corebird/Makefile =================================================================== --- head/net-im/corebird/Makefile (revision 415612) +++ head/net-im/corebird/Makefile (revision 415613) @@ -1,48 +1,48 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= corebird -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= net-im MAINTAINER= cpm@FreeBSD.org COMMENT= GTK3 Twitter client written in Vala LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libnotify.so:devel/libnotify \ libjson-glib-1.0.so:devel/json-glib \ librest-0.7.so:devel/librest \ libgee-0.8.so:devel/libgee USE_GITHUB= yes GH_ACCOUNT= baedert USES= autoreconf gettext gmake libtool pkgconfig sqlite 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 GSTREAMER_CONFIGURE_OFF= --disable-video GLIB_SCHEMAS= org.baedert.corebird.gschema.xml post-extract: cd ${WRKSRC}/data && ${MV} org.baedert.corebird.desktop.in.in \ corebird.desktop.in.in 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 415612) +++ head/net-im/corebird/distinfo (revision 415613) @@ -1,2 +1,3 @@ -SHA256 (baedert-corebird-1.2.1_GH0.tar.gz) = 880c811ae00b2a88a7a3cf37fb1f0168e0aca241517a512babda39a30a8db5bd -SIZE (baedert-corebird-1.2.1_GH0.tar.gz) = 423533 +TIMESTAMP = 1463830755 +SHA256 (baedert-corebird-1.2.2_GH0.tar.gz) = b3d6a9f2e9fcb17acbd1e91159302398d18877f16101612da5a55886f7add752 +SIZE (baedert-corebird-1.2.2_GH0.tar.gz) = 423551 Index: head/net-im/corebird/files/patch-configure.ac =================================================================== --- head/net-im/corebird/files/patch-configure.ac (revision 415612) +++ head/net-im/corebird/files/patch-configure.ac (revision 415613) @@ -1,11 +1,17 @@ ---- configure.ac.orig 2016-02-29 16:55:42 UTC +--- configure.ac.orig 2016-05-10 17:41:05 UTC +++ configure.ac +@@ -1,4 +1,4 @@ +-AC_INIT([corebird],[1.2.1],[mail@baedert.org]) ++AC_INIT([corebird],[1.2.2],[mail@baedert.org]) + + AC_PREREQ([2.65]) + @@ -113,7 +113,7 @@ Makefile src/Makefile ui/Makefile data/Makefile -data/org.baedert.corebird.desktop.in +data/corebird.desktop.in assets/Makefile assets/256x256/Makefile assets/128x128/Makefile Index: head/net-im/corebird/files/patch-ui_about-dialog.ui =================================================================== --- head/net-im/corebird/files/patch-ui_about-dialog.ui (nonexistent) +++ head/net-im/corebird/files/patch-ui_about-dialog.ui (revision 415613) @@ -0,0 +1,11 @@ +--- ui/about-dialog.ui.orig 2016-05-10 17:41:05 UTC ++++ ui/about-dialog.ui +@@ -6,7 +6,7 @@ + About Corebird + dialog + Corebird +- 1.2.1 ++ 1.2.2 + Using Font Awesome by Dave Gandy - http://fontawesome.io + http://corebird.baedert.org + Timm Bäder<mail@baedert.org> (Bugs go here) Property changes on: head/net-im/corebird/files/patch-ui_about-dialog.ui ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property