svn commit: r492553 - head/databases/gnatsweb4

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 10 00:06:59 UTC 2019


Author: sunpoet
Date: Sun Feb 10 00:06:53 2019
New Revision: 492553
URL: https://svnweb.freebsd.org/changeset/ports/492553

Log:
  Remove Perl core module
  
  - Bump PORTREVISION for dependency change

Modified:
  head/databases/gnatsweb4/Makefile

Modified: head/databases/gnatsweb4/Makefile
==============================================================================
--- head/databases/gnatsweb4/Makefile	Sun Feb 10 00:06:48 2019	(r492552)
+++ head/databases/gnatsweb4/Makefile	Sun Feb 10 00:06:53 2019	(r492553)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnatsweb
 PORTVERSION=	4.00
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	databases devel www
 MASTER_SITES=	GNU
 
@@ -12,8 +12,6 @@ COMMENT=	Gnatsweb, a GNATS web interface
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
-
-RUN_DEPENDS=	p5-MIME-Base64>=0:converters/p5-MIME-Base64
 
 USES=		apache:run,2.2+ perl5 shebangfix
 SHEBANG_FILES=	gnatsweb.pl


More information about the svn-ports-all mailing list