Date: Thu, 22 Dec 2016 16:22:45 +0000 (UTC) From: Alberto Villa <avilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429167 - head/deskutils/semantik Message-ID: <201612221622.uBMGMjsT026808@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avilla Date: Thu Dec 22 16:22:45 2016 New Revision: 429167 URL: https://svnweb.freebsd.org/changeset/ports/429167 Log: deskutils/semantik: update to 0.9.5 - Install new man page - Fix build without NLS Modified: head/deskutils/semantik/Makefile head/deskutils/semantik/distinfo head/deskutils/semantik/pkg-plist Modified: head/deskutils/semantik/Makefile ============================================================================== --- head/deskutils/semantik/Makefile Thu Dec 22 15:57:37 2016 (r429166) +++ head/deskutils/semantik/Makefile Thu Dec 22 16:22:45 2016 (r429167) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= semantik -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 CATEGORIES= deskutils kde MASTER_SITES= http://ftp.waf.io/pub/release/ \ http://www.freehackers.org/~tnagy/release/ @@ -12,7 +12,7 @@ COMMENT= KDE mind mapping tool LICENSE= GPLv3 USES= kde:4 pkgconfig python:2 shebangfix tar:bzip2 waf \ - shared-mime-info + gettext shared-mime-info USE_KDE= kdelibs USE_OCAML= yes NO_OCAML_RUNDEPENDS= yes @@ -35,8 +35,6 @@ PLIST_SUB= PORTVERSION="${PORTVERSION}" OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_USES= gettext - .include <bsd.port.options.mk> post-patch: @@ -51,5 +49,6 @@ post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-d \ ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.${PORTVERSION} + ${INSTALL_MAN} ${WRKSRC}/src/data/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/${PORTNAME}.1 .include <bsd.port.mk> Modified: head/deskutils/semantik/distinfo ============================================================================== --- head/deskutils/semantik/distinfo Thu Dec 22 15:57:37 2016 (r429166) +++ head/deskutils/semantik/distinfo Thu Dec 22 16:22:45 2016 (r429167) @@ -1,2 +1,3 @@ -SHA256 (semantik-0.9.4.tar.bz2) = 940a3b37700f1e88b6c29ff13e0d33a73832f0db856a8738b3e939d8f0c73aa2 -SIZE (semantik-0.9.4.tar.bz2) = 439789 +TIMESTAMP = 1482421388 +SHA256 (semantik-0.9.5.tar.bz2) = 5bbc4132c47bbd01fe0cc525c47be27c4d75139a964ec8e34fcb52490dba6c96 +SIZE (semantik-0.9.5.tar.bz2) = 449224 Modified: head/deskutils/semantik/pkg-plist ============================================================================== --- head/deskutils/semantik/pkg-plist Thu Dec 22 15:57:37 2016 (r429166) +++ head/deskutils/semantik/pkg-plist Thu Dec 22 16:22:45 2016 (r429167) @@ -3,6 +3,7 @@ bin/semantik-d lib/libsemantik.so lib/libsemantik.so.0 lib/libsemantik.so.%%PORTVERSION%% +man/man1/semantik.1.gz share/applications/kde4/semantik-d.desktop share/applications/kde4/semantik.desktop share/apps/semantik/filters/fvym.py @@ -182,12 +183,20 @@ share/icons/oxygen/48x48/apps/semantik-d share/icons/oxygen/48x48/apps/semantik.png share/icons/oxygen/64x64/apps/semantik-d.png share/icons/oxygen/64x64/apps/semantik.png -share/icons/oxygen/scalable/apps/semantik-d.svgz -share/icons/oxygen/scalable/apps/semantik.svgz +share/icons/oxygen/scalable/apps/semantik-d.svg +share/icons/oxygen/scalable/apps/semantik.svg +%%NLS%%share/locale/cs/LC_MESSAGES/semantik-d.mo %%NLS%%share/locale/cs/LC_MESSAGES/semantik.mo +%%NLS%%share/locale/de/LC_MESSAGES/semantik-d.mo +%%NLS%%share/locale/de/LC_MESSAGES/semantik.mo +%%NLS%%share/locale/el/LC_MESSAGES/semantik-d.mo %%NLS%%share/locale/el/LC_MESSAGES/semantik.mo +%%NLS%%share/locale/es/LC_MESSAGES/semantik-d.mo %%NLS%%share/locale/es/LC_MESSAGES/semantik.mo +%%NLS%%share/locale/fr/LC_MESSAGES/semantik-d.mo %%NLS%%share/locale/fr/LC_MESSAGES/semantik.mo +%%NLS%%share/locale/ru/LC_MESSAGES/semantik-d.mo %%NLS%%share/locale/ru/LC_MESSAGES/semantik.mo +%%NLS%%share/locale/sk/LC_MESSAGES/semantik-d.mo %%NLS%%share/locale/sk/LC_MESSAGES/semantik.mo share/mime/packages/semantik.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612221622.uBMGMjsT026808>