Date: Sat, 7 Sep 2013 14:52:08 +0000 (UTC) From: Lars Thegler <lth@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326640 - head/www/p5-WWW-Shorten Message-ID: <201309071452.r87Eq8oJ050437@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lth Date: Sat Sep 7 14:52:07 2013 New Revision: 326640 URL: http://svnweb.freebsd.org/changeset/ports/326640 Log: - 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 ) Modified: head/www/p5-WWW-Shorten/Makefile head/www/p5-WWW-Shorten/distinfo Modified: head/www/p5-WWW-Shorten/Makefile ============================================================================== --- head/www/p5-WWW-Shorten/Makefile Sat Sep 7 14:36:58 2013 (r326639) +++ head/www/p5-WWW-Shorten/Makefile Sat Sep 7 14:52:07 2013 (r326640) @@ -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- Modified: head/www/p5-WWW-Shorten/distinfo ============================================================================== --- head/www/p5-WWW-Shorten/distinfo Sat Sep 7 14:36:58 2013 (r326639) +++ head/www/p5-WWW-Shorten/distinfo Sat Sep 7 14:52:07 2013 (r326640) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309071452.r87Eq8oJ050437>