svn commit: r317657 - in head: databases/gnatsweb4 databases/mrtg-mysql-load misc/shuffle-db
Emanuel Haupt
ehaupt at FreeBSD.org
Wed May 8 12:47:17 UTC 2013
Author: ehaupt
Date: Wed May 8 12:47:16 2013
New Revision: 317657
URL: http://svnweb.freebsd.org/changeset/ports/317657
Log:
- Remove MAKE_JOBS_SAFE from ports that set NO_BUILD
- Trim header
- While here use PLIST_FILES for databases/mrtg-mysql-load
Deleted:
head/databases/mrtg-mysql-load/pkg-plist
Modified:
head/databases/gnatsweb4/Makefile
head/databases/mrtg-mysql-load/Makefile
head/misc/shuffle-db/Makefile
Modified: head/databases/gnatsweb4/Makefile
==============================================================================
--- head/databases/gnatsweb4/Makefile Wed May 8 12:24:26 2013 (r317656)
+++ head/databases/gnatsweb4/Makefile Wed May 8 12:47:16 2013 (r317657)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gnatsweb4
-# Date created: 20 Sep 2003
-# Whom: Oliver Eikemeier <eikemeier at fillmore-labs.com>
-#
+# Created by: Oliver Eikemeier <eikemeier at fillmore-labs.com>
# $FreeBSD$
-#
PORTNAME= gnatsweb
PORTVERSION= 4.00
@@ -16,8 +12,6 @@ COMMENT= Gnatsweb, a GNATS web interface
RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
-MAKE_JOBS_SAFE= yes
-
USE_APACHE_RUN= 22+
USE_PERL5_RUN= yes
Modified: head/databases/mrtg-mysql-load/Makefile
==============================================================================
--- head/databases/mrtg-mysql-load/Makefile Wed May 8 12:24:26 2013 (r317656)
+++ head/databases/mrtg-mysql-load/Makefile Wed May 8 12:47:16 2013 (r317657)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: mrtg-mysql-load
-# Date created: 2004-04-08
-# Whom: Piet Delport <pjd at 303.za.net>
-#
+# Created by: Piet Delport <pjd at 303.za.net>
# $FreeBSD$
-#
PORTNAME= mrtg-mysql-load
PORTVERSION= 1.02
@@ -22,9 +18,9 @@ NO_WRKSUBDIR= yes
USE_PERL5_RUN= yes
USE_MYSQL= yes
-MAKE_JOBS_SAFE= yes
-
MAN1= ${PORTNAME}.1
+PLIST_FILES= bin/mrtg-mysql-load etc/mrtg/mrtg.cfg-mysql-load.example \
+ etc/mrtg/mysql-load-cfg.example
post-patch:
@${REINPLACE_CMD} -e 's|%%PERL%%|${PERL}|' ${WRKSRC}/${PORTNAME}
Modified: head/misc/shuffle-db/Makefile
==============================================================================
--- head/misc/shuffle-db/Makefile Wed May 8 12:24:26 2013 (r317656)
+++ head/misc/shuffle-db/Makefile Wed May 8 12:47:16 2013 (r317657)
@@ -12,7 +12,6 @@ COMMENT= An iPod shuffle database builde
USE_PYTHON= yes
NO_BUILD= yes
-MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/rebuild_db
PLIST_FILES= bin/rebuild_db.py
More information about the svn-ports-all
mailing list