diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-23 16:27:07 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-23 16:27:07 +0000 |
commit | 4d8d02ff60b065e03918ccedb0bf0a2a2e8ab758 (patch) | |
tree | 594c16c08203bed68f68a50a05aa4e095b88bbfa /devel | |
parent | 69d4911af0cbeef7057c308f48a904528daac4c0 (diff) | |
download | ports-4d8d02ff60b065e03918ccedb0bf0a2a2e8ab758.tar.gz ports-4d8d02ff60b065e03918ccedb0bf0a2a2e8ab758.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Heap-Simple-XS/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Heap-Simple-XS/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Heap-Simple-XS/files/patch-Makefile | 11 | ||||
-rw-r--r-- | devel/p5-Heap-Simple-XS/pkg-plist | 2 |
4 files changed, 7 insertions, 15 deletions
diff --git a/devel/p5-Heap-Simple-XS/Makefile b/devel/p5-Heap-Simple-XS/Makefile index f0f7b54015c4..8eb8f9d6b7db 100644 --- a/devel/p5-Heap-Simple-XS/Makefile +++ b/devel/p5-Heap-Simple-XS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Heap-Simple-XS -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Heap @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Heap/Simple.pm:${PORTSDIR}/devel/p5-Heap-Simple RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +CONFIGURE_ARGS+=-n MAN3= Heap::Simple::XS.3 diff --git a/devel/p5-Heap-Simple-XS/distinfo b/devel/p5-Heap-Simple-XS/distinfo index 36b38d1af5ba..38c37c987af7 100644 --- a/devel/p5-Heap-Simple-XS/distinfo +++ b/devel/p5-Heap-Simple-XS/distinfo @@ -1,3 +1,3 @@ -MD5 (Heap-Simple-XS-0.09.tar.gz) = 64a943e0d44ae6cbf8d28eb1d1bd29d9 -SHA256 (Heap-Simple-XS-0.09.tar.gz) = 00ff45fd311c06e65de97cb642f2397d10b9696fdd96348025ef4b2d375880b2 -SIZE (Heap-Simple-XS-0.09.tar.gz) = 63471 +MD5 (Heap-Simple-XS-0.10.tar.gz) = 0611ac7984f6ddc3aaa60c75d2257803 +SHA256 (Heap-Simple-XS-0.10.tar.gz) = cb1cbe55e292c08b60efd2143c8f45f078b306602d85acf5e90ed8aebef08181 +SIZE (Heap-Simple-XS-0.10.tar.gz) = 77076 diff --git a/devel/p5-Heap-Simple-XS/files/patch-Makefile b/devel/p5-Heap-Simple-XS/files/patch-Makefile deleted file mode 100644 index e049ded36e06..000000000000 --- a/devel/p5-Heap-Simple-XS/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.PL Wed Jul 27 14:50:45 2005 -+++ Makefile.PL Fri Nov 25 18:59:24 2005 -@@ -7,7 +7,7 @@ - - # Allows to suppress all questions with -n - use Getopt::Std; --our $opt_n; -+our $opt_n = 1; - getopts("n") || die "Usage: $0 [-n]\n"; - - my $benchmark = 0; diff --git a/devel/p5-Heap-Simple-XS/pkg-plist b/devel/p5-Heap-Simple-XS/pkg-plist index f1e23568cf5b..faaa535472b2 100644 --- a/devel/p5-Heap-Simple-XS/pkg-plist +++ b/devel/p5-Heap-Simple-XS/pkg-plist @@ -1,9 +1,11 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Heap/Simple/XS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Heap/Simple/XS/Package.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/XS/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/XS/XS.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/XS/XS.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/XS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Heap/Simple/XS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Heap/Simple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Heap |