ports/188033: [PATCH] devel/t1lib new maintainer + minor fixes
A.J. van Werven
freebsd at skysmurf.nl
Fri Mar 28 17:10:01 UTC 2014
>Number: 188033
>Category: ports
>Synopsis: [PATCH] devel/t1lib new maintainer + minor fixes
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Mar 28 17:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: A.J. van Werven
>Release:
>Organization:
>Environment:
>Description:
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.
>How-To-Repeat:
>Fix:
See patch.
Patch attached with submission follows:
--- Makefile.orig 2014-03-28 17:27:54.000000000 +0100
+++ Makefile 2014-03-28 17:58:41.000000000 +0100
@@ -6,12 +6,14 @@
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 at FreeBSD.org
+MAINTAINER= freebsd at skysmurf.nl
COMMENT= Type 1 font rasterization library for Unix/X11
+LICENSE= LGPL20
+
USES= gmake
USE_AUTOTOOLS= libtool
ALL_TARGET= without_doc
@@ -28,7 +30,7 @@
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|^LIBTOOL[ ]*=.*|LIBTOOL=${LIBTOOL}|g'
@${REINPLACE_CMD} -e \
- '/ALLSUBDIRS/s|$$(DOCSUBDIRS)||g' ${WRKSRC}/Makefile.in
+ '/ALLSUBDIRS/s|$${DOCSUBDIRS}||g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e \
's|_LT_CURRENT=.*$$|_LT_CURRENT=5|g' ${WRKSRC}/configure
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list