Bug 171037 - [PATCH] www/p5-WWW-Shorten: update to 3.03
Summary: [PATCH] www/p5-WWW-Shorten: update to 3.03
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Lars Thegler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-25 16:50 UTC by Steve Wills
Modified: 2012-08-26 21:50 UTC (History)
1 user (show)

See Also:


Attachments
p5-WWW-Shorten-3.03.patch (1.34 KB, patch)
2012-08-25 16:50 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2012-08-25 16:50:01 UTC
- Update to 3.03

Port maintainer (lth@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-25 16:50:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lth

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-26 21:49:26 UTC
Author: lth
Date: Sun Aug 26 20:49:11 2012
New Revision: 303209
URL: http://svn.freebsd.org/changeset/ports/303209

Log:
  - Update to 3.03 [1]
  - Add regression-test target
  
  PR:		ports/171037 [1]
  Submitted by:	swills

Modified:
  head/www/p5-WWW-Shorten/Makefile
  head/www/p5-WWW-Shorten/distinfo
  head/www/p5-WWW-Shorten/pkg-plist

Modified: head/www/p5-WWW-Shorten/Makefile
==============================================================================
--- head/www/p5-WWW-Shorten/Makefile	Sun Aug 26 20:41:50 2012	(r303208)
+++ head/www/p5-WWW-Shorten/Makefile	Sun Aug 26 20:49:11 2012	(r303209)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	WWW-Shorten
-PORTVERSION=	3.02
+PORTVERSION=	3.03
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -30,7 +30,11 @@ MAN3=		WWW::Shorten.3 \
 		WWW::Shorten::TinyClick.3 \
 		WWW::Shorten::TinyURL.3 \
 		WWW::Shorten::Tinylink.3 \
+		WWW::Shorten::UserAgent.3 \
 		WWW::Shorten::_dead.3 \
 		WWW::Shorten::generic.3
 
+regression-test: build
+	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test
+
 .include <bsd.port.mk>

Modified: head/www/p5-WWW-Shorten/distinfo
==============================================================================
--- head/www/p5-WWW-Shorten/distinfo	Sun Aug 26 20:41:50 2012	(r303208)
+++ head/www/p5-WWW-Shorten/distinfo	Sun Aug 26 20:49:11 2012	(r303209)
@@ -1,2 +1,2 @@
-SHA256 (WWW-Shorten-3.02.tar.gz) = 588912188cb0dad4f322b0d2bfa1b45bb992454d9bd97d0a8d7c705051598743
-SIZE (WWW-Shorten-3.02.tar.gz) = 33501
+SHA256 (WWW-Shorten-3.03.tar.gz) = 62241a1f584f50edfa6d2cfd796f90f2c9054f9ff9f7e6f6e25315c5485e4bc2
+SIZE (WWW-Shorten-3.03.tar.gz) = 27936

Modified: head/www/p5-WWW-Shorten/pkg-plist
==============================================================================
--- head/www/p5-WWW-Shorten/pkg-plist	Sun Aug 26 20:41:50 2012	(r303208)
+++ head/www/p5-WWW-Shorten/pkg-plist	Sun Aug 26 20:49:11 2012	(r303209)
@@ -7,6 +7,7 @@ bin/shorten
 %%SITE_PERL%%/WWW/Shorten/TinyClick.pm
 %%SITE_PERL%%/WWW/Shorten/TinyURL.pm
 %%SITE_PERL%%/WWW/Shorten/Tinylink.pm
+%%SITE_PERL%%/WWW/Shorten/UserAgent.pm
 %%SITE_PERL%%/WWW/Shorten/_dead.pm
 %%SITE_PERL%%/WWW/Shorten/generic.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/.packlist
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Lars Thegler freebsd_committer freebsd_triage 2012-08-26 21:49:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!