Bug 171036 - [PATCH] sysutils/p5-Sys-Syslog: update to 0.31
Summary: [PATCH] sysutils/p5-Sys-Syslog: update to 0.31
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:40 UTC by Steve Wills
Modified: 2012-08-26 21:50 UTC (History)
1 user (show)

See Also:


Attachments
p5-Sys-Syslog-0.31.patch (728 bytes, patch)
2012-08-25 16:40 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:40:02 UTC
- Update to 0.31

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:40:24 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:42:04 UTC
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"
Comment 3 Lars Thegler freebsd_committer freebsd_triage 2012-08-26 21:42:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!