From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 28 17:10:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 240F152C for ; Fri, 28 Mar 2014 17:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 006B8812 for ; Fri, 28 Mar 2014 17:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SHA079027495 for ; Fri, 28 Mar 2014 17:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2SHA0vP027494; Fri, 28 Mar 2014 17:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 28 Mar 2014 17:10:00 GMT Resent-Message-Id: <201403281710.s2SHA0vP027494@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "A.J. van Werven" 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 ; 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 ; 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 ; 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" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188033: [PATCH] devel/t1lib new maintainer + minor fixes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 17:10:01 -0000 >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: