From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 14:52:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C2917E81; Sat, 7 Sep 2013 14:52:08 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A053F2556; Sat, 7 Sep 2013 14:52:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87Eq8sq050439; Sat, 7 Sep 2013 14:52:08 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87Eq8oJ050437; Sat, 7 Sep 2013 14:52:08 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201309071452.r87Eq8oJ050437@svn.freebsd.org> From: Lars Thegler Date: Sat, 7 Sep 2013 14:52:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326640 - head/www/p5-WWW-Shorten X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2013 14:52:08 -0000 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 - RELEASE_3.04 ======================================================== Dave Cross (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 (1): * Removed support for NotLong and OneShortLink (separate distributions to follow soon). Bumper to version 2.06. Dave Cross (1): * Removed version number so it's picked up from lib/WWW/Shorten.pm yappo (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 -# # $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