mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Change DISTNAME to follow lang/perl5.14
- Fix XSLoader to allow GDBM_File work with Perl releases other than 5.14 - Bump PORTREVISION for package change Reported by: swills
This commit is contained in:
parent
97e54e873f
commit
6b3b7f3542
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288756
3 changed files with 14 additions and 4 deletions
|
@ -9,11 +9,11 @@
|
|||
|
||||
PORTNAME= GDBM
|
||||
PORTVERSION= 1.14
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN/../../src
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= perl-5.14.1
|
||||
DISTNAME= perl-5.14.2
|
||||
DIST_SUBDIR= perl
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (perl/perl-5.14.1.tar.bz2) = 29b4a7e7c22d4a980ab9eb1ea486c5c4ee9ec533192a1ce8f3fe9ae32fb1f862
|
||||
SIZE (perl/perl-5.14.1.tar.bz2) = 13266293
|
||||
SHA256 (perl/perl-5.14.2.tar.bz2) = c2a2362e8d1fdd2bfbfde801fcd78241f154c164f00fba76065ab8cc5c7b06cd
|
||||
SIZE (perl/perl-5.14.2.tar.bz2) = 13226972
|
||||
|
|
10
databases/p5-GDBM/files/patch-GDBM_File.pm
Normal file
10
databases/p5-GDBM/files/patch-GDBM_File.pm
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- GDBM_File.pm.orig 2011-09-19 21:18:22.000000000 +0800
|
||||
+++ GDBM_File.pm 2012-01-08 17:46:35.851999568 +0800
|
||||
@@ -71,6 +71,6 @@
|
||||
# This module isn't dual life, so no need for dev version numbers.
|
||||
$VERSION = '1.14';
|
||||
|
||||
-XSLoader::load();
|
||||
+XSLoader::load 'GDBM_File', $VERSION;
|
||||
|
||||
1;
|
Loading…
Add table
Reference in a new issue