svn commit: r328536 - head/devel/gitg
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Sep 28 00:30:38 UTC 2013
Author: amdmi3
Date: Sat Sep 28 00:30:36 2013
New Revision: 328536
URL: http://svnweb.freebsd.org/changeset/ports/328536
Log:
- Update to 0.2.5
- Support staging
Modified:
head/devel/gitg/Makefile
head/devel/gitg/distinfo
head/devel/gitg/pkg-plist
Modified: head/devel/gitg/Makefile
==============================================================================
--- head/devel/gitg/Makefile Sat Sep 28 00:30:22 2013 (r328535)
+++ head/devel/gitg/Makefile Sat Sep 28 00:30:36 2013 (r328536)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gitg
-PORTVERSION= 0.0.8
-PORTREVISION= 1
+PORTVERSION= 0.2.5
CATEGORIES= devel deskutils gnome
MASTER_SITES= GNOME
@@ -13,17 +12,26 @@ COMMENT= GTK-based git repository viewer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-RUN_DEPENDS= git>=1.7.0.2:${PORTSDIR}/devel/git
+BUILD_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
+RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
+ git>=1.7.0.2:${PORTSDIR}/devel/git
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GNOME= gconf2 gtk20 gtksourceview2 gnomehack
-USES= gettext gmake pkgconfig
+CONFIGURE_ARGS= --disable-silent-rules \
+ --disable-maintainer-mode
+USE_GNOME= glib20 gtk30 gtksourceview3
+USES= gettext gmake pkgconfig pathfix
INSTALLS_ICONS= yes
-GCONF_SCHEMAS= gitg.schemas
+GLIB_SCHEMAS= org.gnome.gitg.gschema.xml
-MAN1= gitg.1
+LDFLAGS= -L${LOCALBASE}/lib
+
+OPTIONS_DEFINE= NLS
+OPTIONS_DEFAULT=NLS
+OPTIONS_SUB= yes
+NLS_USES= gettext
+NLS_CONFIGURE_ENABLE=nls
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/devel/gitg/distinfo
==============================================================================
--- head/devel/gitg/distinfo Sat Sep 28 00:30:22 2013 (r328535)
+++ head/devel/gitg/distinfo Sat Sep 28 00:30:36 2013 (r328536)
@@ -1,2 +1,2 @@
-SHA256 (gitg-0.0.8.tar.bz2) = 255018ffdc04298f87234d2fcce56acda983fe6efc6e31d53349fa241cf2f4c4
-SIZE (gitg-0.0.8.tar.bz2) = 535076
+SHA256 (gitg-0.2.5.tar.bz2) = 84b159fc77901767772d5c9ff3e0dec67d9e51bc12ab1e461b8a16deea8bfb68
+SIZE (gitg-0.2.5.tar.bz2) = 623306
Modified: head/devel/gitg/pkg-plist
==============================================================================
--- head/devel/gitg/pkg-plist Sat Sep 28 00:30:22 2013 (r328535)
+++ head/devel/gitg/pkg-plist Sat Sep 28 00:30:36 2013 (r328536)
@@ -18,6 +18,7 @@ lib/libgitg-1.0.la
lib/libgitg-1.0.so
lib/libgitg-1.0.so.0
libdata/pkgconfig/libgitg-1.0.pc
+man/man1/gitg.1.gz
share/applications/gitg.desktop
%%DATADIR%%/icons/gitg.svg
%%DATADIR%%/icons/gitg128x128.png
@@ -46,22 +47,24 @@ share/icons/hicolor/24x24/apps/gitg.png
share/icons/hicolor/32x32/apps/gitg.png
share/icons/hicolor/48x48/apps/gitg.png
share/icons/hicolor/scalable/apps/gitg.svg
-share/locale/da/LC_MESSAGES/gitg.mo
-share/locale/de/LC_MESSAGES/gitg.mo
-share/locale/en_GB/LC_MESSAGES/gitg.mo
-share/locale/es/LC_MESSAGES/gitg.mo
-share/locale/fr/LC_MESSAGES/gitg.mo
-share/locale/gl/LC_MESSAGES/gitg.mo
-share/locale/it/LC_MESSAGES/gitg.mo
-share/locale/lt/LC_MESSAGES/gitg.mo
-share/locale/nb/LC_MESSAGES/gitg.mo
-share/locale/nl/LC_MESSAGES/gitg.mo
-share/locale/pa/LC_MESSAGES/gitg.mo
-share/locale/pt_BR/LC_MESSAGES/gitg.mo
-share/locale/ro/LC_MESSAGES/gitg.mo
-share/locale/sl/LC_MESSAGES/gitg.mo
-share/locale/sv/LC_MESSAGES/gitg.mo
-share/locale/zh_CN/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/da/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/de/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/es/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/it/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/gitg.mo
@dirrmtry share/icons/hicolor/scalable/apps
@dirrmtry share/icons/hicolor/scalable
@dirrmtry share/icons/hicolor/48x48/apps
More information about the svn-ports-head
mailing list