Index: head/devel/gitg/Makefile =================================================================== --- head/devel/gitg/Makefile (revision 353192) +++ head/devel/gitg/Makefile (revision 353193) @@ -1,39 +1,38 @@ # Created by: kipz # $FreeBSD$ PORTNAME= gitg PORTVERSION= 0.2.7 CATEGORIES= devel deskutils gnome MASTER_SITES= GNOME MAINTAINER= amdmi3@FreeBSD.org COMMENT= GTK-based git repository viewer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \ git:${PORTSDIR}/devel/git CONFLICTS= gitg0-[0-9]* -USE_XZ= yes +USES= tar:xz gettext gmake pkgconfig pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules \ --disable-maintainer-mode \ --enable-compile-warnings=no USE_GNOME= glib20 gtk30 gtksourceview3 -USES= gettext gmake pkgconfig pathfix INSTALLS_ICONS= yes GLIB_SCHEMAS= org.gnome.gitg.gschema.xml LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE=nls .include Index: head/devel/gitg/pkg-plist =================================================================== --- head/devel/gitg/pkg-plist (revision 353192) +++ head/devel/gitg/pkg-plist (revision 353193) @@ -1,88 +1,89 @@ bin/gitg include/libgitg-1.0/libgitg/gitg-changed-file.h include/libgitg-1.0/libgitg/gitg-color.h include/libgitg-1.0/libgitg/gitg-command.h include/libgitg-1.0/libgitg/gitg-commit.h include/libgitg-1.0/libgitg/gitg-config.h include/libgitg-1.0/libgitg/gitg-hash.h include/libgitg-1.0/libgitg/gitg-io.h include/libgitg-1.0/libgitg/gitg-lane.h include/libgitg-1.0/libgitg/gitg-line-parser.h include/libgitg-1.0/libgitg/gitg-ref.h include/libgitg-1.0/libgitg/gitg-repository.h include/libgitg-1.0/libgitg/gitg-revision.h include/libgitg-1.0/libgitg/gitg-runner.h include/libgitg-1.0/libgitg/gitg-shell.h lib/libgitg-1.0.a 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 %%DATADIR%%/icons/gitg16x16.png %%DATADIR%%/icons/gitg22x22.png %%DATADIR%%/icons/gitg24x24.png %%DATADIR%%/icons/gitg32x32.png %%DATADIR%%/icons/gitg48x48.png %%DATADIR%%/icons/gitg64x64.png %%DATADIR%%/language-specs/gitgdiff.lang %%DATADIR%%/styles/gitgstyle.xml %%DATADIR%%/ui/gitg-commit-menu.ui %%DATADIR%%/ui/gitg-menus.xml %%DATADIR%%/ui/gitg-new-branch.ui %%DATADIR%%/ui/gitg-preferences.ui %%DATADIR%%/ui/gitg-repository.ui %%DATADIR%%/ui/gitg-revision-changes-panel.ui %%DATADIR%%/ui/gitg-revision-details-panel.ui %%DATADIR%%/ui/gitg-revision-files-panel.ui %%DATADIR%%/ui/gitg-tag.ui %%DATADIR%%/ui/gitg-ui.xml %%DATADIR%%/ui/gitg-window.ui share/icons/hicolor/16x16/apps/gitg.png share/icons/hicolor/22x22/apps/gitg.png 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 %%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/ko/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 @dirrmtry share/icons/hicolor/48x48 @dirrmtry share/icons/hicolor/32x32/apps @dirrmtry share/icons/hicolor/32x32 @dirrmtry share/icons/hicolor/24x24/apps @dirrmtry share/icons/hicolor/24x24 @dirrmtry share/icons/hicolor/22x22/apps @dirrmtry share/icons/hicolor/22x22 @dirrmtry share/icons/hicolor/16x16/apps @dirrmtry share/icons/hicolor/16x16 @dirrmtry share/icons/hicolor @dirrmtry share/icons @dirrm %%DATADIR%%/ui @dirrm %%DATADIR%%/styles @dirrm %%DATADIR%%/language-specs @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% @dirrm include/libgitg-1.0/libgitg @dirrm include/libgitg-1.0