Date: Sun, 5 Feb 2017 05:31:38 +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: r433362 - head/astro/p5-Astro-Catalog Message-ID: <201702050531.v155VcGD088823@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Feb 5 05:31:38 2017 New Revision: 433362 URL: https://svnweb.freebsd.org/changeset/ports/433362 Log: Use real PORTVERSION - Add NO_ARCH - Use USES=localbase Modified: head/astro/p5-Astro-Catalog/Makefile Modified: head/astro/p5-Astro-Catalog/Makefile ============================================================================== --- head/astro/p5-Astro-Catalog/Makefile Sun Feb 5 05:31:33 2017 (r433361) +++ head/astro/p5-Astro-Catalog/Makefile Sun Feb 5 05:31:38 2017 (r433362) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= Astro-Catalog -PORTVERSION= 4.3.1 -PORTREVISION= 1 +PORTVERSION= 4.31 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Generic stellar catalogue object @@ -27,9 +25,8 @@ BUILD_DEPENDS= p5-Astro-Coords>=0.12:ast p5-libwww>=5.53:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -USES= perl5 +NO_ARCH= yes +USES= localbase perl5 USE_PERL5= modbuild post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702050531.v155VcGD088823>