diff options
author | matthew <matthew@FreeBSD.org> | 2015-08-24 04:51:39 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2015-08-24 04:51:39 +0800 |
commit | 3dd6ba7a1bfc0a0f8a86492e49f2b225277ca290 (patch) | |
tree | 2b249885292773e997c0fdb36af31c016f740f35 /ports-mgmt | |
parent | 27af8be0311c02e175d01c6aefb1140f8db9a211 (diff) | |
download | freebsd-ports-gnome-3dd6ba7a1bfc0a0f8a86492e49f2b225277ca290.tar.gz freebsd-ports-gnome-3dd6ba7a1bfc0a0f8a86492e49f2b225277ca290.tar.zst freebsd-ports-gnome-3dd6ba7a1bfc0a0f8a86492e49f2b225277ca290.zip |
Update to version 3.5
- Fix a warning that appeared with perl-5.20
- Fix a crash bug due to the final step of the change from
$OPTIONSFILE to $OPTIONS_FILE: now the backward compatibility
setting of $OPTIONSFILE has gone, and it is left undefined, we
should not use it. Reported by itetcu@ and Naram Qashat
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/p5-FreeBSD-Portindex/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/p5-FreeBSD-Portindex/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ports-mgmt/p5-FreeBSD-Portindex/Makefile b/ports-mgmt/p5-FreeBSD-Portindex/Makefile index 68fc578e97d9..68c8dd1fd2a5 100644 --- a/ports-mgmt/p5-FreeBSD-Portindex/Makefile +++ b/ports-mgmt/p5-FreeBSD-Portindex/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= FreeBSD-Portindex -PORTVERSION= 3.4 -PORTREVISION= 3 +PORTVERSION= 3.5 CATEGORIES= ports-mgmt perl5 MASTER_SITES= http://www.infracaninophile.co.uk/portindex/ PKGNAMEPREFIX= p5- diff --git a/ports-mgmt/p5-FreeBSD-Portindex/distinfo b/ports-mgmt/p5-FreeBSD-Portindex/distinfo index de5ff22e15b7..416b3dbd1cb3 100644 --- a/ports-mgmt/p5-FreeBSD-Portindex/distinfo +++ b/ports-mgmt/p5-FreeBSD-Portindex/distinfo @@ -1,2 +1,2 @@ -SHA256 (FreeBSD-Portindex-3.4.tar.xz) = a3156d02521a20adff2eb9a56c82c1fedae1f4506a7aad9b68542a15e1db1cf1 -SIZE (FreeBSD-Portindex-3.4.tar.xz) = 56396 +SHA256 (FreeBSD-Portindex-3.5.tar.xz) = d31d7a0e608295dcf3c56befb75a542e5254af5668eaa3816386bd6711c61cdb +SIZE (FreeBSD-Portindex-3.5.tar.xz) = 56572 |