diff options
author | lth <lth@FreeBSD.org> | 2013-09-07 22:52:07 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2013-09-07 22:52:07 +0800 |
commit | 87de619796230aa7cff3d498d478db45bc54b665 (patch) | |
tree | c0beb60eff52a675aa5f76f6e80bb378587cac98 /www | |
parent | 1d265a6ed78ef29dae7cfadd5a241786e0bff18b (diff) | |
download | freebsd-ports-gnome-87de619796230aa7cff3d498d478db45bc54b665.tar.gz freebsd-ports-gnome-87de619796230aa7cff3d498d478db45bc54b665.tar.zst freebsd-ports-gnome-87de619796230aa7cff3d498d478db45bc54b665.zip |
- Update to 3.04
- Trim Makefile headers
Changes:
2013-08-22 Dave Cross <dave@dave.org.uk> - RELEASE_3.04
========================================================
Dave Cross <dave@dave.org.uk> (17):
* Finish removing all references to SnipURL.pm.
* Bump to version 2.05 for release.
* Removed support for shorl.pm (now in WWW::Shorten::Shorl distribution).
* Bumped version number. Removed shorl files from MANIFEST.
* Added Config::Auto to list of dependencies (it's used by the shorten
program). Bumped version for release.
* Default to using a service that we currently support.
* Added MYMETA.yml to MANIFEST.SKIP.
* Be far more intelligent about the code that allows the user to choose
which service to use.
* Bump version number for release.
* Better examples of using bin/shorten
* Added a WWW::Shorten::UserAgent object which dies if it receives an HTTP
error response.
* Added documentation.
* Added META.json to MANIFEST.
* Licensing clean-up.
* Removed prototypes (and the ampersands in the tests that circumvented
them)
* Bump version number for release.
* Moved Pod tests into xt. (Pod coverage currently fails on some files. See
https://rt.cpan.org/Ticket/Display.html?id=87634 for details.)
Dave Cross <dave@angel.mag-sol.com> (1):
* Removed support for NotLong and OneShortLink (separate distributions to
follow soon). Bumper to version 2.06.
Dave Cross <dave@dacross.(none)> (1):
* Removed version number so it's picked up from lib/WWW/Shorten.pm
yappo <yappo@shibuya.pl> (1):
* shorl.com was change the request method ( POST to GET )
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Shorten/Makefile | 7 | ||||
-rw-r--r-- | www/p5-WWW-Shorten/distinfo | 4 |
2 files changed, 3 insertions, 8 deletions
diff --git a/www/p5-WWW-Shorten/Makefile b/www/p5-WWW-Shorten/Makefile index 015abeceb025..d12055e6ff8c 100644 --- a/www/p5-WWW-Shorten/Makefile +++ b/www/p5-WWW-Shorten/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: p5-WWW-Shorten -# Date created: August 29 2003 -# Whom: Lars Thegler <lars@thegler.dk> -# # $FreeBSD$ -# PORTNAME= WWW-Shorten -PORTVERSION= 3.03 +PORTVERSION= 3.04 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-WWW-Shorten/distinfo b/www/p5-WWW-Shorten/distinfo index 5717cc295704..d48367594a83 100644 --- a/www/p5-WWW-Shorten/distinfo +++ b/www/p5-WWW-Shorten/distinfo @@ -1,2 +1,2 @@ -SHA256 (WWW-Shorten-3.03.tar.gz) = 62241a1f584f50edfa6d2cfd796f90f2c9054f9ff9f7e6f6e25315c5485e4bc2 -SIZE (WWW-Shorten-3.03.tar.gz) = 27936 +SHA256 (WWW-Shorten-3.04.tar.gz) = 92d61d01a959868931fa93480d2d4c4fcaf13ef80d1b03a9bb381eaa4bcdbb98 +SIZE (WWW-Shorten-3.04.tar.gz) = 26632 |