Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2014 17:09:40 GMT
From:      "A.J. van Werven" <freebsd@skysmurf.nl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/188033: [PATCH] devel/t1lib new maintainer + minor fixes
Message-ID:  <201403281709.s2SH9eRK056730@cgiserv.freebsd.org>
Resent-Message-ID: <201403281710.s2SHA0vP027494@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403281709.s2SH9eRK056730>