Date: Wed, 8 May 2013 12:47:17 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317657 - in head: databases/gnatsweb4 databases/mrtg-mysql-load misc/shuffle-db Message-ID: <201305081247.r48ClH6c004071@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@fillmore-labs.com> -# +# Created by: Oliver Eikemeier <eikemeier@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@303.za.net> -# +# Created by: Piet Delport <pjd@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305081247.r48ClH6c004071>