svn commit: r376486 - head/math/p5-Text-AsciiTeX

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 7 17:56:36 UTC 2015


Author: sunpoet
Date: Wed Jan  7 17:56:34 2015
New Revision: 376486
URL: https://svnweb.freebsd.org/changeset/ports/376486
QAT: https://qat.redports.org/buildarchive/r376486/

Log:
  - Fix *_DEPENDS: ExtUtils::CBuilder and parent already in all supported Perl releases
  - Bump PORTREVISION for dependency change
  - Sort PLIST

Modified:
  head/math/p5-Text-AsciiTeX/Makefile
  head/math/p5-Text-AsciiTeX/pkg-plist

Modified: head/math/p5-Text-AsciiTeX/Makefile
==============================================================================
--- head/math/p5-Text-AsciiTeX/Makefile	Wed Jan  7 17:56:30 2015	(r376485)
+++ head/math/p5-Text-AsciiTeX/Makefile	Wed Jan  7 17:56:34 2015	(r376486)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Text-AsciiTeX
 PORTVERSION=	0.05
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,8 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Convert (La)TeX formulas to ASCII art
 
-BUILD_DEPENDS=	p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
-RUN_DEPENDS=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	modbuild

Modified: head/math/p5-Text-AsciiTeX/pkg-plist
==============================================================================
--- head/math/p5-Text-AsciiTeX/pkg-plist	Wed Jan  7 17:56:30 2015	(r376485)
+++ head/math/p5-Text-AsciiTeX/pkg-plist	Wed Jan  7 17:56:34 2015	(r376486)
@@ -1,5 +1,5 @@
-%%PERL5_MAN3%%/Text::AsciiTeX.3.gz
-%%PERL5_MAN3%%/Text::AsciiTeX::Syntax.3.gz
 %%SITE_ARCH%%/Text/AsciiTeX.pm
 %%SITE_ARCH%%/Text/AsciiTeX/Syntax.pod
 %%SITE_ARCH%%/auto/Text/AsciiTeX/AsciiTeX.so
+%%PERL5_MAN3%%/Text::AsciiTeX.3.gz
+%%PERL5_MAN3%%/Text::AsciiTeX::Syntax.3.gz


More information about the svn-ports-all mailing list