svn commit: r433362 - head/astro/p5-Astro-Catalog

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 5 05:31:39 UTC 2017


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 at 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:


More information about the svn-ports-all mailing list