Bug 169972 - [PATCH] devel/p5-Class-Std-Fast tweak portversion
Summary: [PATCH] devel/p5-Class-Std-Fast tweak portversion
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-18 14:40 UTC by Andrej Zverev
Modified: 2012-07-23 12:20 UTC (History)
0 users

See Also:


Attachments
p5-Class-Std-Fast.diff (553 bytes, patch)
2012-07-18 14:40 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev freebsd_committer freebsd_triage 2012-07-18 14:40:01 UTC
	- Tweak portversion, this allow fix such issue.
        ===>   p5-SOAP-WSDL-2.00.10_1 depends on package: p5-Class-Std-Fast>=0 - not found
        ===>   Found p5-Class-Std-Fast-v0.0.8_1, but you need to upgrade to p5-Class-Std-Fast>=0. 
	pkg_version -t 0.0.8 v0.0.8_1 (a > b)
	
	- Change maintainer address to @FreeBSD.org
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-18 14:40:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

wenheping@gmail.com => wen@ (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-18 14:40:21 UTC
Maintainer of devel/p5-Class-Std-Fast,

Please note that PR ports/169972 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169972

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-18 14:40:23 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Andrej Zverev freebsd_committer freebsd_triage 2012-07-23 12:11:35 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-07-23 12:13:25 UTC
Author: az
Date: Mon Jul 23 11:10:16 2012
New Revision: 301386
URL: http://svn.freebsd.org/changeset/ports/301386

Log:
  - Change version format (new version > old one)
  - Reset maintainership to perl@FreeBSD.org
  
  PR:		ports/169972
  Approved by:	maintainer (via email)

Modified:
  head/devel/p5-Class-Std-Fast/Makefile

Modified: head/devel/p5-Class-Std-Fast/Makefile
==============================================================================
--- head/devel/p5-Class-Std-Fast/Makefile	Mon Jul 23 10:26:35 2012	(r301385)
+++ head/devel/p5-Class-Std-Fast/Makefile	Mon Jul 23 11:10:16 2012	(r301386)
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	Class-Std-Fast
+PORTVERSION=	0.0.8
 DISTVERSION=	v0.0.8
-PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	wenheping@gmail.com
+MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Faster but less secure than Class::Std
 
 BUILD_DEPENDS=	p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple
_______________________________________________
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"