Bug 173867 - irc/p5-POE-Component-IRC: Update to 6.81
Summary: irc/p5-POE-Component-IRC: Update to 6.81
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-23 17:20 UTC by Jase Thew
Modified: 2013-02-04 02:50 UTC (History)
1 user (show)

See Also:


Attachments
irc-p5-POE-Component-IRC-6.81.patch (1.30 KB, patch)
2012-11-23 17:20 UTC, Jase Thew
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jase Thew freebsd_committer freebsd_triage 2012-11-23 17:20:00 UTC
- Update to 6.81
- Convert to OPTIONSng
- Changes: https://metacpan.org/source/BINGOS/POE-Component-IRC-6.81/Changes
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-23 19:47:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-04 02:45:42 UTC
Author: miwi
Date: Mon Feb  4 02:45:33 2013
New Revision: 311561
URL: http://svnweb.freebsd.org/changeset/ports/311561

Log:
  - Update to 6.81
  - Convert to OPTIONSng
  
  PR:		173867
  Submitted by:	Jase Thew <jase@FreeBSD.org>

Modified:
  head/irc/p5-POE-Component-IRC/Makefile
  head/irc/p5-POE-Component-IRC/distinfo

Modified: head/irc/p5-POE-Component-IRC/Makefile
==============================================================================
--- head/irc/p5-POE-Component-IRC/Makefile	Mon Feb  4 02:33:49 2013	(r311560)
+++ head/irc/p5-POE-Component-IRC/Makefile	Mon Feb  4 02:45:33 2013	(r311561)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	POE-Component-IRC
-PORTVERSION=	6.80
+PORTVERSION=	6.81
 CATEGORIES=	irc devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:BINGOS
@@ -66,8 +66,10 @@ MAN3=		POE::Component::IRC.3 \
 		POE::Filter::IRC.3 \
 		POE::Filter::IRC::Compat.3
 
+.include <bsd.port.options.mk>
+
 post-install:
-.ifndef(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
 	@${MKDIR} ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
 .endif

Modified: head/irc/p5-POE-Component-IRC/distinfo
==============================================================================
--- head/irc/p5-POE-Component-IRC/distinfo	Mon Feb  4 02:33:49 2013	(r311560)
+++ head/irc/p5-POE-Component-IRC/distinfo	Mon Feb  4 02:45:33 2013	(r311561)
@@ -1,2 +1,2 @@
-SHA256 (POE-Component-IRC-6.80.tar.gz) = c4b27346012136ef21fea01a5db51dab8884dadfc23a413d5a23c9918cce5499
-SIZE (POE-Component-IRC-6.80.tar.gz) = 403806
+SHA256 (POE-Component-IRC-6.81.tar.gz) = 9512d51c66873af0708732275932fb5af76147fb101bbad841654ab7f98e1cdd
+SIZE (POE-Component-IRC-6.81.tar.gz) = 403844
_______________________________________________
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 Martin Wilke freebsd_committer freebsd_triage 2013-02-04 02:45:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!