From nobody@FreeBSD.org  Fri Mar 28 17:09:41 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id BCD0251A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Mar 2014 17:09:41 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id A9DAD80D
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Mar 2014 17:09:41 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SH9eOD056731
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Mar 2014 17:09:40 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s2SH9eRK056730;
	Fri, 28 Mar 2014 17:09:40 GMT
	(envelope-from nobody)
Message-Id: <201403281709.s2SH9eRK056730@cgiserv.freebsd.org>
Date: Fri, 28 Mar 2014 17:09:40 GMT
From: "A.J. van Werven" <freebsd@skysmurf.nl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] devel/t1lib new maintainer + minor fixes
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         188033
>Category:       ports
>Synopsis:       [PATCH] devel/t1lib new maintainer + minor fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 28 17:10:00 UTC 2014
>Closed-Date:    Wed Apr 23 01:11:06 UTC 2014
>Last-Modified:  Wed Apr 23 01:11:06 UTC 2014
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Wed Apr 23 01:07:05 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188033 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188033: commit references a PR
Date: Wed, 23 Apr 2014 01:09:37 +0000 (UTC)

 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 
State-Changed-By: amdmi3 
State-Changed-When: Wed Apr 23 01:11:04 UTC 2014 
State-Changed-Why:  
Committed, with minor changes (no need for change to ${FOO} in GNU 
makefiles where $(FOO) is common).  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188033 
>Unformatted:
