Summary: | [PATCH] sysutils/p5-Sys-Syslog: update to 0.31 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Steve Wills <swills> | ||||
Component: | Individual Port(s) | Assignee: | Lars Thegler <lth> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | lth | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Steve Wills
2012-08-25 16:40:02 UTC
Responsible Changed From-To: freebsd-ports-bugs->lth Over to maintainer (via the GNATS Auto Assign Tool) Author: lth Date: Sun Aug 26 20:41:50 2012 New Revision: 303208 URL: http://svn.freebsd.org/changeset/ports/303208 Log: - Update to 0.31 [1] - Add regression-test target PR: ports/171036 [1] Submitted by: swills Modified: head/sysutils/p5-Sys-Syslog/Makefile head/sysutils/p5-Sys-Syslog/distinfo Modified: head/sysutils/p5-Sys-Syslog/Makefile ============================================================================== --- head/sysutils/p5-Sys-Syslog/Makefile Sun Aug 26 20:37:22 2012 (r303207) +++ head/sysutils/p5-Sys-Syslog/Makefile Sun Aug 26 20:41:50 2012 (r303208) @@ -6,7 +6,7 @@ # PORTNAME= Sys-Syslog -PORTVERSION= 0.29 +PORTVERSION= 0.31 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,4 +18,7 @@ PERL_CONFIGURE= yes MAN3= Sys::Syslog.3 +regression-test: build + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test + .include <bsd.port.mk> Modified: head/sysutils/p5-Sys-Syslog/distinfo ============================================================================== --- head/sysutils/p5-Sys-Syslog/distinfo Sun Aug 26 20:37:22 2012 (r303207) +++ head/sysutils/p5-Sys-Syslog/distinfo Sun Aug 26 20:41:50 2012 (r303208) @@ -1,2 +1,2 @@ -SHA256 (Sys-Syslog-0.29.tar.gz) = 121f3cf22de99cb714bb9257fb9a3427c51d375d11d3552437305691075bb6a9 -SIZE (Sys-Syslog-0.29.tar.gz) = 79657 +SHA256 (Sys-Syslog-0.31.tar.gz) = e20aae5d64ee2f8b044f0ff3761ec474d4fe9058ced02035b5ed33dbf9aac822 +SIZE (Sys-Syslog-0.31.tar.gz) = 81876 _______________________________________________ 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" State Changed From-To: open->closed Committed. Thanks! |