>Number: 178585 >Category: ports >Synopsis: math/p5-Math-Expr: Update MASTER_SITES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 13 18:10:05 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p11 i386 >Organization: >Environment: >Description: - Update MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/math/p5-Math-Expr/Makefile math/p5-Math-Expr/Makefile --- /usr/ports/math/p5-Math-Expr/Makefile 2012-11-08 04:35:28.000000000 +0900 +++ math/p5-Math-Expr/Makefile 2013-05-14 00:00:25.000000000 +0900 @@ -1,19 +1,18 @@ -# New ports collection makefile for: p5-Math-Expr -# Date created: 20 Sep 2000 -# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al. -# +# Created by: Mario S F Ferreira <lioux@linf.unb.br> et al. # $FreeBSD: head/math/p5-Math-Expr/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= Math-Expr PORTVERSION= 0.4 CATEGORIES= math perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:HAKANARDO PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for parsing mathematical expressions into a tree structure +LICENSE= GPLv2 + PERL_CONFIGURE= yes MAN3= Math::Expr.3 Math::Expr::FormulaDB.3 \ >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-ports-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
- Update MASTER_SITES
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: miwi Date: Wed May 15 07:35:37 2013 New Revision: 318216 URL: http://svnweb.freebsd.org/changeset/ports/318216 Log: - Update MASTER_SITES - Trim header - Add license PR: 178585 Submitted by: Ports Fury Modified: head/math/p5-Math-Expr/Makefile (contents, props changed) Modified: head/math/p5-Math-Expr/Makefile ============================================================================== --- head/math/p5-Math-Expr/Makefile Wed May 15 05:19:36 2013 (r318215) +++ head/math/p5-Math-Expr/Makefile Wed May 15 07:35:37 2013 (r318216) @@ -1,19 +1,18 @@ -# New ports collection makefile for: p5-Math-Expr -# Date created: 20 Sep 2000 -# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al. -# +# Created by: Mario S F Ferreira <lioux@linf.unb.br> et al. # $FreeBSD$ -# PORTNAME= Math-Expr PORTVERSION= 0.4 CATEGORIES= math perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:HAKANARDO PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for parsing mathematical expressions into a tree structure +LICENSE= GPLv2 + PERL_CONFIGURE= yes MAN3= Math::Expr.3 Math::Expr::FormulaDB.3 \ _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thanks!