Bug 189225 - [PATCH] net-mgmt/p5-Mon: Added LICENSE, take maintainership
Summary: [PATCH] net-mgmt/p5-Mon: Added LICENSE, take maintainership
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-02 11:50 UTC by Muhammad Moinur Rahman
Modified: 2014-05-03 09:50 UTC (History)
0 users

See Also:


Attachments
p5-Mon-0.11.patch (946 bytes, patch)
2014-05-02 11:50 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2014-05-02 11:50:01 UTC
- Added LICENSE
- Updated WWW
- Removed DISTNAME
- Take maintainership

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-02 11:50:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-03 09:47:17 UTC
Author: sunpoet
Date: Sat May  3 08:47:13 2014
New Revision: 352872
URL: http://svnweb.freebsd.org/changeset/ports/352872
QAT: https://qat.redports.org/buildarchive/r352872/

Log:
  - Add LICENSE
  - Remove leading indefinite article from COMMENT
  - Update WWW
  - Pass maintainership to submitter
  - While I'm here, remove DISTNAME
  
  PR:		ports/189225
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/net-mgmt/p5-Mon/Makefile
  head/net-mgmt/p5-Mon/pkg-descr

Modified: head/net-mgmt/p5-Mon/Makefile
==============================================================================
--- head/net-mgmt/p5-Mon/Makefile	Sat May  3 08:47:09 2014	(r352871)
+++ head/net-mgmt/p5-Mon/Makefile	Sat May  3 08:47:13 2014	(r352872)
@@ -6,10 +6,11 @@ PORTVERSION=	0.11
 CATEGORIES=	net-mgmt sysutils perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	Mon-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A perl module that supports mon, a network and system monitoring daemon
+MAINTAINER=	5u623l20@gmail.com
+COMMENT=	Perl module that supports mon, a network and system monitoring daemon
+
+LICENSE=	GPLv2
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/net-mgmt/p5-Mon/pkg-descr
==============================================================================
--- head/net-mgmt/p5-Mon/pkg-descr	Sat May  3 08:47:09 2014	(r352871)
+++ head/net-mgmt/p5-Mon/pkg-descr	Sat May  3 08:47:13 2014	(r352872)
@@ -5,4 +5,4 @@ considered.
 
 "mon" is a tool for monitoring the availability of services.
 
-WWW: http://www.kernel.org/software/mon/
+WWW: http://search.cpan.org/dist/Mon/
_______________________________________________
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 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-03 09:50:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!