svn commit: r381851 - head/graphics/asciio

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 21 19:56:48 UTC 2015


Author: sunpoet
Date: Sat Mar 21 19:56:46 2015
New Revision: 381851
URL: https://svnweb.freebsd.org/changeset/ports/381851
QAT: https://qat.redports.org/buildarchive/r381851/

Log:
  - Fix *_DEPENDS: version 0.50+ is already in all supported Perl releases
  - Add LICENSE [1]
  - Bump PORTREVISION for dependency change
  
  Approved by:	portmgr (blanket) [1]
  With hat:	perl

Modified:
  head/graphics/asciio/Makefile

Modified: head/graphics/asciio/Makefile
==============================================================================
--- head/graphics/asciio/Makefile	Sat Mar 21 19:56:42 2015	(r381850)
+++ head/graphics/asciio/Makefile	Sat Mar 21 19:56:46 2015	(r381851)
@@ -3,7 +3,7 @@
 
 PORTNAME=	asciio
 PORTVERSION=	1.02.71
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/N/NK/NKH/ \
 		LOCAL/ehaupt
@@ -12,6 +12,9 @@ DISTNAME=	App-Asciio-${PORTVERSION}
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Perl/GTK application that lets you draw ASCII charts using a GUI
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Directory-Scratch>=0:${PORTSDIR}/devel/p5-Directory-Scratch \
 		p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
 		p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
@@ -23,7 +26,6 @@ BUILD_DEPENDS=	p5-Directory-Scratch>=0:$
 		p5-Test-Strict>=0:${PORTSDIR}/devel/p5-Test-Strict \
 		p5-Test-Dependencies>=0:${PORTSDIR}/devel/p5-Test-Dependencies \
 		p5-Test-Spelling>=0:${PORTSDIR}/devel/p5-Test-Spelling \
-		p5-version>=0:${PORTSDIR}/devel/p5-version \
 		p5-Data-TreeDumper-Renderer-GTK>=0:${PORTSDIR}/devel/p5-Data-TreeDumper-Renderer-GTK \
 		p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \
 		p5-Data-Compare>=0:${PORTSDIR}/devel/p5-Data-Compare \


More information about the svn-ports-head mailing list