Frorm this Port /usr/local/ports/local/patch/devel/iniparser> " portlint -A WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. WARN: Makefile: new ports should not set PORTREVISION. WARN: Makefile: only one MASTER_SITE configured. Consider adding additional mirrors. 0 fatal errors and 3 warnings found. Here are fatal error and Licence is on wrong place. /usr/ports/devel/iniparser> " portlint -A WARN: /usr/ports/devel/iniparser/pkg-plist: There are only 5 items in the plist. Consider using PLIST_FILES instead of pkg-plist when installing less than 6 items. WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. WARN: Makefile: only one MASTER_SITE configured. Consider adding additional mirrors. FATAL: Makefile: extra item "USE_LDCONFIG" placed in the LICENSE section. WARN: Makefile: "LICENSE_FILE" has to appear earlier. WARN: Makefile: "LICENSE" has to appear earlier. WARN: Makefile: "LICENSE_FILE" has to appear earlier. 1 fatal error and 6 warnings found. Removed file(s): - pkg-plist Port maintainer (kevlo@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->kevlo Over to maintainer (via the GNATS Auto Assign Tool)
Author: kevlo Date: Tue Sep 18 02:09:45 2012 New Revision: 304425 URL: http://svn.freebsd.org/changeset/ports/304425 Log: Use PLIST_FILES instead of pkg-plist; no functional change. PR: ports/171706 Submitted by: nemysis <nemysis at gmx dot ch> Deleted: head/devel/iniparser/pkg-plist Modified: head/devel/iniparser/Makefile Modified: head/devel/iniparser/Makefile ============================================================================== --- head/devel/iniparser/Makefile Tue Sep 18 01:01:52 2012 (r304424) +++ head/devel/iniparser/Makefile Tue Sep 18 02:09:45 2012 (r304425) @@ -11,15 +11,17 @@ CATEGORIES= devel MASTER_SITES= http://ndevilla.free.fr/iniparser/ MAINTAINER= kevlo@FreeBSD.org -COMMENT= A free stand-alone ini file parsing library - -USE_LDCONFIG= yes +COMMENT= Free stand-alone ini file parsing library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} +PLIST_FILES= include/dictionary.h include/iniparser.h lib/libiniparser.a \ + lib/libiniparser.so lib/libiniparser.so.0 + do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks.