svn commit: r333666 - head/deskutils/semantik

Alberto Villa avilla at FreeBSD.org
Wed Nov 13 10:27:00 UTC 2013


Author: avilla
Date: Wed Nov 13 10:26:59 2013
New Revision: 333666
URL: http://svnweb.freebsd.org/changeset/ports/333666

Log:
  - Update to 0.8.4.
  - STAGEify.
  - Use OPTIONS helpers.

Modified:
  head/deskutils/semantik/Makefile
  head/deskutils/semantik/distinfo
  head/deskutils/semantik/pkg-plist

Modified: head/deskutils/semantik/Makefile
==============================================================================
--- head/deskutils/semantik/Makefile	Wed Nov 13 09:42:04 2013	(r333665)
+++ head/deskutils/semantik/Makefile	Wed Nov 13 10:26:59 2013	(r333666)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	semantik
-PORTVERSION=	0.8.3
+PORTVERSION=	0.8.4
 CATEGORIES=	deskutils kde
 MASTER_SITES=	http://${PORTNAME}.googlecode.com/files/
 
@@ -16,23 +16,26 @@ NO_OCAML_RUNDEPENDS=	yes
 USE_PYTHON=	2.5+
 USE_QT4=	corelib gui linguist_build svg webkit xml \
 		moc_build qmake_build uic_build
+USES=		pkgconfig shebangfix
 USE_BZIP2=	yes
 CONFIGURE_ENV=	CXXFLAGS="${CXXFLAGS}" \
 		PATH="${KDE4_PREFIX}/bin:$$PATH" \
 		WAF_HOME="${WRKSRC}"
 CPPFLAGS+=	-I${LOCALBASE}/include
 CFLAGS+=	-I${LOCALBASE}/include
+MAKE_ENV=	DESTDIR="${STAGEDIR}"
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+SHEBANG_FILES=	${WRKSRC}/src/templates/beamer/wscript \
+		${WRKSRC}/src/templates/pdflatex/wscript
+python_CMD=	${PYTHON_CMD}
 
-.if ${PORT_OPTIONS:MNLS}
-USES+=		gettext
-PLIST_SUB+=	NLS=""
-.else
-PLIST_SUB+=	NLS="@comment "
-.endif
+OPTIONS_DEFINE=	NLS
+OPTIONS_SUB=	yes
+
+NLS_USES=	gettext
+
+.include <bsd.port.options.mk>
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/kde-config/kde4-config/g' \
@@ -53,6 +56,6 @@ do-build:
 do-install:
 	@cd ${WRKSRC}; \
 		${SETENV} ${MAKE_ENV} ./waf install
-	@${STRIP_CMD} ${PREFIX}/bin/${PORTNAME}
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>

Modified: head/deskutils/semantik/distinfo
==============================================================================
--- head/deskutils/semantik/distinfo	Wed Nov 13 09:42:04 2013	(r333665)
+++ head/deskutils/semantik/distinfo	Wed Nov 13 10:26:59 2013	(r333666)
@@ -1,2 +1,2 @@
-SHA256 (semantik-0.8.3.tar.bz2) = 202227e42e403a80ee0a3885cda728620fe69cbac735af27d21eb7e511c092a0
-SIZE (semantik-0.8.3.tar.bz2) = 395936
+SHA256 (semantik-0.8.4.tar.bz2) = 21a1c28bc68dc90be3a3464b1e18d0a70dc72c41bccca5f5dbfdc8d6a9c1a558
+SIZE (semantik-0.8.4.tar.bz2) = 389338

Modified: head/deskutils/semantik/pkg-plist
==============================================================================
--- head/deskutils/semantik/pkg-plist	Wed Nov 13 09:42:04 2013	(r333665)
+++ head/deskutils/semantik/pkg-plist	Wed Nov 13 10:26:59 2013	(r333666)
@@ -172,21 +172,6 @@ share/icons/hicolor/22x22/apps/semantik.
 share/icons/hicolor/32x32/apps/semantik.png
 share/icons/hicolor/48x48/apps/semantik.png
 share/icons/hicolor/64x64/apps/semantik.png
-share/icons/oxygen/128x128/actions/semantik_sort.png
-share/icons/oxygen/16x16/actions/semantik_link.png
-share/icons/oxygen/16x16/actions/semantik_move.png
-share/icons/oxygen/16x16/actions/semantik_point.png
-share/icons/oxygen/16x16/actions/semantik_sort.png
-share/icons/oxygen/22x22/actions/semantik_link.png
-share/icons/oxygen/22x22/actions/semantik_move.png
-share/icons/oxygen/22x22/actions/semantik_point.png
-share/icons/oxygen/22x22/actions/semantik_sort.png
-share/icons/oxygen/32x32/actions/semantik_link.png
-share/icons/oxygen/32x32/actions/semantik_move.png
-share/icons/oxygen/32x32/actions/semantik_point.png
-share/icons/oxygen/32x32/actions/semantik_sort.png
-share/icons/oxygen/48x48/actions/semantik_move.png
-share/icons/oxygen/64x64/actions/semantik_sort.png
 %%NLS%%share/locale/cs/LC_MESSAGES/semantik.mo
 %%NLS%%share/locale/el/LC_MESSAGES/semantik.mo
 %%NLS%%share/locale/es/LC_MESSAGES/semantik.mo


More information about the svn-ports-head mailing list