Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Dec 2014 16:00:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374280 - head/devel/p5-Form-Sensible
Message-ID:  <201412081600.sB8G0XxE083000@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Dec  8 16:00:33 2014
New Revision: 374280
URL: https://svnweb.freebsd.org/changeset/ports/374280
QAT: https://qat.redports.org/buildarchive/r374280/

Log:
  - Use real PORTVERSION
  - Cleanup Makefile

Modified:
  head/devel/p5-Form-Sensible/Makefile

Modified: head/devel/p5-Form-Sensible/Makefile
==============================================================================
--- head/devel/p5-Form-Sensible/Makefile	Mon Dec  8 16:00:28 2014	(r374279)
+++ head/devel/p5-Form-Sensible/Makefile	Mon Dec  8 16:00:33 2014	(r374280)
@@ -2,12 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	Form-Sensible
-PORTVERSION=	0.20.023
-PORTREVISION=	1
+PORTVERSION=	0.20023
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Sensible way to handle form based user interface
@@ -27,7 +25,4 @@ USES=		perl5
 post-extract:
 	@${RM} ${WRKSRC}/lib/Form/Sensible/Renderer/HTML/RenderedForm.pm.orig
 
-#post-patch:
-#	@${REINPLACE_CMD} -e 's|Form-Sensible|Form::Sensible|' ${WRKSRC}/Makefile.PL
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412081600.sB8G0XxE083000>