The port devel/t1lib has been orphaned and I volunteer to take maintainership. The port has been checked with portlint, is up to date and has already been stagified. The attached patch contains the following modifications: * change maintainer * change $(FOO) to ${FOO} in one instance * add maintainer's distfile mirror to MASTER_SITES * drop unnecessary MASTER_SITE_SUBDIR in the process * specify LICENSE The WWW has previously been removed. A new official WWW appears not to have emerged (yet?), so the WWW remains left out. Fix: See patch. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it.
Author: amdmi3 Date: Wed Apr 23 01:09:34 2014 New Revision: 351899 URL: http://svnweb.freebsd.org/changeset/ports/351899 QAT: https://qat.redports.org/buildarchive/r351899/ Log: - Update MASTER_SITES - Pass maintainership to submitter - Add LICENSE PR: 188033 Submitted by: "A.J. van Werven" <freebsd@skysmurf.nl> Modified: head/devel/t1lib/Makefile Modified: head/devel/t1lib/Makefile ============================================================================== --- head/devel/t1lib/Makefile Wed Apr 23 01:06:19 2014 (r351898) +++ head/devel/t1lib/Makefile Wed Apr 23 01:09:34 2014 (r351899) @@ -6,12 +6,14 @@ PORTVERSION= 5.1.2 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= SUNSITE -MASTER_SITE_SUBDIR= libs/graphics +MASTER_SITES= SUNSITE/libs/graphics/ \ + http://www.skysmurf.nl/comp/FreeBSD/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@skysmurf.nl COMMENT= Type 1 font rasterization library for Unix/X11 +LICENSE= LGPL20 + USES= gmake USE_AUTOTOOLS= libtool ALL_TARGET= without_doc _______________________________________________ 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, with minor changes (no need for change to ${FOO} in GNU makefiles where $(FOO) is common). Thanks!