- Update to 2.11
- Add LICENSE - Fix, sort and update *_DEPENDS: Time::Piece is already in all supported Perl releases - Add NO_ARCH - Pet portlint: fix diff header of patch files
This commit is contained in:
parent
a7d07ec43e
commit
b9755f948b
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Tangram
|
||||
PORTVERSION= 2.10
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.11
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -11,13 +10,16 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Orthogonal Object Persistence in Relational Databases
|
||||
|
||||
BUILD_DEPENDS= p5-Set-Object>=0:${PORTSDIR}/devel/p5-Set-Object \
|
||||
p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece \
|
||||
p5-Class-Date>=0:${PORTSDIR}/devel/p5-Class-Date \
|
||||
p5-Data-Lazy>=0:${PORTSDIR}/devel/p5-Data-Lazy \
|
||||
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Date>=0:${PORTSDIR}/devel/p5-Class-Date \
|
||||
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-Data-Lazy>=0.6:${PORTSDIR}/devel/p5-Data-Lazy \
|
||||
p5-Set-Object>=1.1:${PORTSDIR}/devel/p5-Set-Object
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
SHA256 (Tangram-2.10.tar.gz) = 98b29102c27de6a1a4d9c2d5bd224d60eba03ae6cae624075ee7d3734a0a53db
|
||||
SIZE (Tangram-2.10.tar.gz) = 157790
|
||||
SHA256 (Tangram-2.11.tar.gz) = d18c3c997213d576ab7d036749750806a0ec4fc024731d10547a57e11397e65d
|
||||
SIZE (Tangram-2.11.tar.gz) = 174989
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
--- Makefile.PL.orig Tue Mar 28 22:05:28 2006
|
||||
+++ Makefile.PL Tue May 30 20:47:27 2006
|
||||
--- Makefile.PL.orig 2006-03-28 22:05:28 UTC
|
||||
+++ Makefile.PL
|
||||
@@ -58,7 +58,7 @@
|
||||
print q{Do you plan to run the test suite?
|
||||
(you will need to set up an *EMPTY* database)};
|
||||
|
||||
@ -89,6 +89,7 @@
|
||||
%%SITE_PERL%%/Tangram/Type/Date/DateTime.pm
|
||||
%%SITE_PERL%%/Tangram/Type/Date/Manip.pm
|
||||
%%SITE_PERL%%/Tangram/Type/Date/Raw.pm
|
||||
%%SITE_PERL%%/Tangram/Type/Date/TimeHiRes.pm
|
||||
%%SITE_PERL%%/Tangram/Type/Date/TimePiece.pm
|
||||
%%SITE_PERL%%/Tangram/Type/Dump.pm
|
||||
%%SITE_PERL%%/Tangram/Type/Dump/Any.pm
|
||||
@ -103,6 +104,8 @@
|
||||
%%SITE_PERL%%/Tangram/Type/Hash/Scalar.pm
|
||||
%%SITE_PERL%%/Tangram/Type/Hash/Scalar.pod
|
||||
%%SITE_PERL%%/Tangram/Type/Integer.pm
|
||||
%%SITE_PERL%%/Tangram/Type/Interval.pm
|
||||
%%SITE_PERL%%/Tangram/Type/Interval/HiRes.pm
|
||||
%%SITE_PERL%%/Tangram/Type/Number.pm
|
||||
%%SITE_PERL%%/Tangram/Type/Real.pm
|
||||
%%SITE_PERL%%/Tangram/Type/Ref/FromMany.pm
|
||||
@ -118,7 +121,7 @@
|
||||
%%SITE_PERL%%/Tangram/Type/Time.pm
|
||||
%%SITE_PERL%%/Tangram/Type/TimeAndDate.pm
|
||||
%%SITE_PERL%%/Tangram/Type/TimeAndDate.pod
|
||||
%%SITE_PERL%%/auto/Tangram/autosplit.ix
|
||||
%%SITE_PERL%%/Tangram/Util.pm
|
||||
%%PERL5_MAN3%%/Tangram.3.gz
|
||||
%%PERL5_MAN3%%/Tangram::Complicity.3.gz
|
||||
%%PERL5_MAN3%%/Tangram::Core.3.gz
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user