svn commit: r341529 - head/japanese/zinnia-tomoe

Alexey Dokuchaev danfe at FreeBSD.org
Tue Jan 28 09:58:21 UTC 2014


Author: danfe
Date: Tue Jan 28 09:58:20 2014
New Revision: 341529
URL: http://svnweb.freebsd.org/changeset/ports/341529
QAT: https://qat.redports.org/buildarchive/r341529/

Log:
  - Trim Makefile header; remove LICENSE_FILE for a well-known license (LGPL21)
  - Modernize LIB_DEPENDS, remove bogus GMAKE knob, touch COMMENT, and stagify

Modified:
  head/japanese/zinnia-tomoe/Makefile

Modified: head/japanese/zinnia-tomoe/Makefile
==============================================================================
--- head/japanese/zinnia-tomoe/Makefile	Tue Jan 28 09:58:19 2014	(r341528)
+++ head/japanese/zinnia-tomoe/Makefile	Tue Jan 28 09:58:20 2014	(r341529)
@@ -1,11 +1,6 @@
+# Created by: Timothy Beyer <beyert at cs.ucr.edu>
 # $FreeBSD$
 
-# Date created:				15 Aug 2010
-# Whom:					Timothy Beyer <beyert at cs.ucr.edu>
-#
-# $FreeBSD$
-#
-
 PORTNAME=	zinnia
 PORTVERSION=	0.6.0
 CATEGORIES=	japanese
@@ -14,17 +9,14 @@ PKGNAMESUFFIX=	-tomoe
 DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}-20080911
 
 MAINTAINER=	beyert at cs.ucr.edu
-COMMENT=	Handwriting Recognition files for Zinnia (Tomoe Data)
+COMMENT=	Handwriting recognition files for Zinnia (Tomoe data)
 
-LIB_DEPENDS=	zinnia.0:${PORTSDIR}/japanese/zinnia
+LIB_DEPENDS=	libzinnia.so:${PORTSDIR}/japanese/zinnia
 RUN_DEPENDS=	zinnia:${PORTSDIR}/japanese/zinnia
 
 LICENSE=	LGPL21
-LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_BZIP2=	yes
-GMAKE=	yes
 GNU_CONFIGURE=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list