svn commit: r357384 - head/x11-fonts/ttmkfdir

Carlo Strub cs at FreeBSD.org
Tue Jun 10 21:27:18 UTC 2014


Author: cs
Date: Tue Jun 10 21:27:18 2014
New Revision: 357384
URL: http://svnweb.freebsd.org/changeset/ports/357384
QAT: https://qat.redports.org/buildarchive/r357384/

Log:
  - updates MAINTAINER
  - adds new maintainer's mirror to MASTER_SITES
  - eliminates "deprecated" use of MASTER_SITE_SUBDIR
  - adds specification of LICENSE
  - removes erroneous "x11" entry in CATEGORIES
  
  PR:		190657
  Submitted by:	A.J. "Fonz" van Werven

Modified:
  head/x11-fonts/ttmkfdir/Makefile

Modified: head/x11-fonts/ttmkfdir/Makefile
==============================================================================
--- head/x11-fonts/ttmkfdir/Makefile	Tue Jun 10 21:10:49 2014	(r357383)
+++ head/x11-fonts/ttmkfdir/Makefile	Tue Jun 10 21:27:18 2014	(r357384)
@@ -5,13 +5,15 @@ PORTNAME=	ttmkfdir
 PORTVERSION=	3.0.9
 PORTREVISION=	3
 PORTEPOCH=	1
-CATEGORIES=	x11-fonts x11
-MASTER_SITES=	${MASTER_SITE_GENTOO}
-MASTER_SITE_SUBDIR=distfiles
+CATEGORIES=	x11-fonts
+MASTER_SITES=	${MASTER_SITE_GENTOO}/distfiles/ \
+		http://www.skysmurf.nl/comp/FreeBSD/distfiles/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	freebsd at skysmurf.nl
 COMMENT=	Create fonts.scale file for use with TrueType font server
 
+LICENSE=	LGPL21
+
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 
 PLIST_FILES=	bin/ttmkfdir


More information about the svn-ports-head mailing list