Bug 178585 - math/p5-Math-Expr: Update MASTER_SITES
Summary: math/p5-Math-Expr: Update MASTER_SITES
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-13 19:10 UTC by tkato432
Modified: 2013-05-15 08:40 UTC (History)
0 users

See Also:


Attachments
file.diff (869 bytes, patch)
2013-05-13 19:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-05-13 18:55:25 UTC
>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"
Comment 1 tkato432 2013-05-13 19:10:05 UTC
- Update MASTER_SITES
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-13 19:11:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-15 08:35:44 UTC
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"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2013-05-15 08:36:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!