svn commit: r549107 - in head: audio/goobox devel/arm-none-eabi-gdb graphics/gnome-video-effects graphics/poppler-glib lang/nim sysutils/loganalyzer textproc/yelp-tools

Tobias Kortkamp tobik at FreeBSD.org
Sun Sep 20 12:55:57 UTC 2020


Author: tobik
Date: Sun Sep 20 12:55:55 2020
New Revision: 549107
URL: https://svnweb.freebsd.org/changeset/ports/549107

Log:
  Clean up some things
  
  Reported by:	portscan

Modified:
  head/audio/goobox/Makefile
  head/devel/arm-none-eabi-gdb/Makefile
  head/graphics/gnome-video-effects/Makefile
  head/graphics/poppler-glib/Makefile
  head/lang/nim/Makefile
  head/sysutils/loganalyzer/Makefile
  head/textproc/yelp-tools/Makefile

Modified: head/audio/goobox/Makefile
==============================================================================
--- head/audio/goobox/Makefile	Sun Sep 20 12:52:23 2020	(r549106)
+++ head/audio/goobox/Makefile	Sun Sep 20 12:55:55 2020	(r549107)
@@ -22,7 +22,6 @@ LIB_DEPENDS=	libdiscid.so:audio/libdiscid \
 USES=		desktop-file-utils gettext gnome meson pkgconfig \
 		python:3.5+,build tar:xz xorg
 USE_GNOME=	glib20 gtk30 intlhack
-USE_MESON=	yes
 USE_XORG=	x11
 USE_GSTREAMER1=	yes
 INSTALLS_ICONS=	yes

Modified: head/devel/arm-none-eabi-gdb/Makefile
==============================================================================
--- head/devel/arm-none-eabi-gdb/Makefile	Sun Sep 20 12:52:23 2020	(r549106)
+++ head/devel/arm-none-eabi-gdb/Makefile	Sun Sep 20 12:55:55 2020	(r549107)
@@ -14,7 +14,7 @@ COMMENT=	GNU GDB for the arm bare metal target
 LICENSE=	GPLv3
 
 DEPRECATED=	This is an old, obsolete version of gdb
-EXPIRATION_DATA=2020-12-31
+EXPIRATION_DATE=2020-12-31
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 

Modified: head/graphics/gnome-video-effects/Makefile
==============================================================================
--- head/graphics/gnome-video-effects/Makefile	Sun Sep 20 12:52:23 2020	(r549106)
+++ head/graphics/gnome-video-effects/Makefile	Sun Sep 20 12:55:55 2020	(r549107)
@@ -10,7 +10,7 @@ MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Collection of Gstreamer effects
 
 LICENSE=	GPLv2
-LICENSE_FILES=	${WRKSRC}/COPYING
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gettext meson tar:xz
 USE_GSTREAMER1=	good bad

Modified: head/graphics/poppler-glib/Makefile
==============================================================================
--- head/graphics/poppler-glib/Makefile	Sun Sep 20 12:52:23 2020	(r549106)
+++ head/graphics/poppler-glib/Makefile	Sun Sep 20 12:55:55 2020	(r549107)
@@ -1,7 +1,7 @@
 # Created by: Michael Johnson <ahze at FreeBSD.org>
 # $FreeBSD$
 
-$ORTREVISION=	0
+PORTREVISION=	0
 
 COMMENT=	GLib bindings to poppler
 

Modified: head/lang/nim/Makefile
==============================================================================
--- head/lang/nim/Makefile	Sun Sep 20 12:52:23 2020	(r549106)
+++ head/lang/nim/Makefile	Sun Sep 20 12:55:55 2020	(r549107)
@@ -1,4 +1,4 @@
- Created by: Neal Nelson <ports at nicandneal.net>
+# Created by: Neal Nelson <ports at nicandneal.net>
 # $FreeBSD$
 
 PORTNAME=	nim

Modified: head/sysutils/loganalyzer/Makefile
==============================================================================
--- head/sysutils/loganalyzer/Makefile	Sun Sep 20 12:52:23 2020	(r549106)
+++ head/sysutils/loganalyzer/Makefile	Sun Sep 20 12:55:55 2020	(r549107)
@@ -32,7 +32,6 @@ PDO_SQLITE_DESC=	SQLite PDO driver
 .if !defined(WITHOUT_PHP_DEPENDS)
 USE_PHP=	session pdo gd xml zlib
 .endif
-WANT_PHP_WEB=	YES
 
 PHP_MYSQL_USE=	php=mysqli
 PDO_DBLIB_RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_dblib.so:${PORTSDIR}/databases/php5-pdo_dblib

Modified: head/textproc/yelp-tools/Makefile
==============================================================================
--- head/textproc/yelp-tools/Makefile	Sun Sep 20 12:52:23 2020	(r549106)
+++ head/textproc/yelp-tools/Makefile	Sun Sep 20 12:55:55 2020	(r549107)
@@ -11,7 +11,7 @@ MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Utilities to help manage documentation for Yelp and the web
 
 LICENSE=	GPLv2
-LICENSE_FILES=	${WRKSRC}/COPYING.GPL
+LICENSE_FILE=	${WRKSRC}/COPYING.GPL
 
 BUILD_DEPENDS=	yelp-xsl>=0:textproc/yelp-xsl \
 		itstool:textproc/itstool


More information about the svn-ports-all mailing list