svn commit: r438671 - head/math/p5-Roman
Philip Paeps
philip at FreeBSD.org
Sun Apr 16 20:20:43 UTC 2017
Author: philip
Date: Sun Apr 16 20:20:41 2017
New Revision: 438671
URL: https://svnweb.freebsd.org/changeset/ports/438671
Log:
Update to 1.24.
While here, add LICENSE_* declarations and move the plist
to the Makefile (the port only installs two files).
Changelog:
http://cpansearch.perl.org/src/CHORNY/Roman-1.24/Changes
Deleted:
head/math/p5-Roman/pkg-plist
Modified:
head/math/p5-Roman/Makefile
head/math/p5-Roman/distinfo
Modified: head/math/p5-Roman/Makefile
==============================================================================
--- head/math/p5-Roman/Makefile Sun Apr 16 20:07:33 2017 (r438670)
+++ head/math/p5-Roman/Makefile Sun Apr 16 20:20:41 2017 (r438671)
@@ -1,8 +1,8 @@
-# Created by: Philip Paeps <philip at paeps.cx>
+# Created by: Philip Paeps <philip at FreeBSD.org>
# $FreeBSD$
PORTNAME= Roman
-PORTVERSION= 1.22
+PORTVERSION= 1.24
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
@@ -11,7 +11,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= philip at FreeBSD.org
COMMENT= Perl module to convert between Arabic and Roman numerals
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
USES= perl5
USE_PERL5= configure
+PLIST_FILES= %%SITE_PERL%%/Roman.pm \
+ %%PERL5_MAN3%%/Roman.3.gz
+
.include <bsd.port.mk>
Modified: head/math/p5-Roman/distinfo
==============================================================================
--- head/math/p5-Roman/distinfo Sun Apr 16 20:07:33 2017 (r438670)
+++ head/math/p5-Roman/distinfo Sun Apr 16 20:20:41 2017 (r438671)
@@ -1,2 +1,3 @@
-SHA256 (Roman-1.22.tar.gz) = 82a3da08c1293510c608847380e536dfa24bc12fb0a446723d79520c86de14a1
-SIZE (Roman-1.22.tar.gz) = 3266
+TIMESTAMP = 1492373806
+SHA256 (Roman-1.24.tar.gz) = 3080375bf5f96cb15310d1870a75472dc1fd2371273c6a546b81401b6f674a28
+SIZE (Roman-1.24.tar.gz) = 4470
More information about the svn-ports-head
mailing list