Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2020 08:27:33 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550818 - head/devel/gobject-introspection
Message-ID:  <202010010827.0918RXfC024865@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010010827.0918RXfC024865>