svn commit: r355235 - head/devel/p5-Curses-Forms
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 25 12:42:18 UTC 2014
Author: sunpoet
Date: Sun May 25 12:42:17 2014
New Revision: 355235
URL: http://svnweb.freebsd.org/changeset/ports/355235
QAT: https://qat.redports.org/buildarchive/r355235/
Log:
- Add LICENSE
- Fix WWW
- Pass maintainership to submitter
PR: ports/189604
Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail.com>
Modified:
head/devel/p5-Curses-Forms/Makefile
head/devel/p5-Curses-Forms/pkg-descr
Modified: head/devel/p5-Curses-Forms/Makefile
==============================================================================
--- head/devel/p5-Curses-Forms/Makefile Sun May 25 12:42:12 2014 (r355234)
+++ head/devel/p5-Curses-Forms/Makefile Sun May 25 12:42:17 2014 (r355235)
@@ -8,9 +8,11 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= CursesForms-${PORTVERSION}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= 5u623l20 at gmail.com
COMMENT= Provide high level APIs for rapid UI design on the console
+LICENSE= GPLv2
+
BUILD_DEPENDS= p5-Curses-Widgets>=0:${PORTSDIR}/devel/p5-Curses-Widgets
RUN_DEPENDS:= ${BUILD_DEPENDS}
Modified: head/devel/p5-Curses-Forms/pkg-descr
==============================================================================
--- head/devel/p5-Curses-Forms/pkg-descr Sun May 25 12:42:12 2014 (r355234)
+++ head/devel/p5-Curses-Forms/pkg-descr Sun May 25 12:42:17 2014 (r355235)
@@ -5,4 +5,4 @@ a flexible OO framework to manage a coll
While intended to be used in the Curses::Application framework, it can also be
used alone with Curses::Widgets for quick and dirty interfaces.
-WWW: http://search.cpan.org/dist/Curses-Forms/
+WWW: http://search.cpan.org/dist/CursesForms/
More information about the svn-ports-head
mailing list