Bug 188033

Summary: [PATCH] devel/t1lib new maintainer + minor fixes
Product: Ports & Packages Reporter: A.J. "Fonz" van Werven <freebsd>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description A.J. "Fonz" van Werven 2014-03-28 17:10:00 UTC
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:
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2014-04-23 02:07:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-23 02:09:37 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"
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2014-04-23 02:11:04 UTC
State Changed
From-To: open->closed

Committed, with minor changes (no need for change to ${FOO} in GNU 
makefiles where $(FOO) is common).  Thanks!