svn commit: r550818 - head/devel/gobject-introspection

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 1 08:27:34 UTC 2020


Author: bapt
Date: Thu Oct  1 08:27:33 2020
New Revision: 550818
URL: https://svnweb.freebsd.org/changeset/ports/550818

Log:
  Bump portrevision for previous change (the python compiled files)
  
  While here cleanup leftovers from conversion to meson build

Modified:
  head/devel/gobject-introspection/Makefile

Modified: head/devel/gobject-introspection/Makefile
==============================================================================
--- head/devel/gobject-introspection/Makefile	Thu Oct  1 08:23:05 2020	(r550817)
+++ head/devel/gobject-introspection/Makefile	Thu Oct  1 08:27:33 2020	(r550818)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gobject-introspection
 PORTVERSION=	1.66.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
@@ -22,14 +23,12 @@ LIB_DEPENDS=	libffi.so:devel/libffi
 
 PORTSCOUT=	limitw:1,even
 
-USES=		bison gettext gnome localbase meson \
-		pkgconfig python:3.4+ shebangfix tar:xz
+USES=		bison gettext gnome localbase meson pkgconfig python:3.4+ tar:xz
 BINARY_ALIAS=	python3=${PYTHON_CMD}
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 MESON_ARGS=	-Ddoctool=disabled \
 		-Dpython=${PYTHON_CMD}
-INSTALL_TARGET=	install-strip
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' ${WRKSRC}/tools/meson.build


More information about the svn-ports-head mailing list