Date: Wed, 16 Jan 2013 16:22:37 +0000 (UTC) From: Brendan Fabeny <bf@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310501 - head/devel/abi-compliance-checker Message-ID: <201301161622.r0GGMboj004325@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bf Date: Wed Jan 16 16:22:36 2013 New Revision: 310501 URL: http://svnweb.freebsd.org/changeset/ports/310501 Log: update a mirror; remove NOPORTDOCS; trim header Modified: head/devel/abi-compliance-checker/Makefile head/devel/abi-compliance-checker/distinfo Modified: head/devel/abi-compliance-checker/Makefile ============================================================================== --- head/devel/abi-compliance-checker/Makefile Wed Jan 16 16:01:43 2013 (r310500) +++ head/devel/abi-compliance-checker/Makefile Wed Jan 16 16:22:36 2013 (r310501) @@ -1,15 +1,13 @@ -# New ports collection makefile for: abi-compliance-checker -# Date created: August 21, 2009 -# Whom: bf <bf@FreeBSD.org> -# +# Created by: bf <bf@FreeBSD.org> # $FreeBSD$ -# PORTNAME= abi-compliance-checker PORTVERSION= 1.98.7 CATEGORIES= devel perl5 -MASTER_SITES= http://github.com/lvc/abi-compliance-checker/archive/ \ - LOCAL/bf +MASTER_SITES= https://github.com/lvc/${PORTNAME}/archive/ \ + LOCAL/bf/${DIST_SUBDIR} +DISTNAME= ${PORTVERSION} +DIST_SUBDIR= ${PORTNAME} MAINTAINER= bf@FreeBSD.org COMMENT= Checks binary compatibility of two versions of a C/C++ shared library @@ -30,9 +28,9 @@ USE_GCC= any FETCH_ARGS?= -Fpr NO_BUILD= yes PLIST_FILES= bin/${PORTNAME}.pl -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> CPPFILT?= /usr/bin/c++filt CTAGS?= exctags @@ -45,11 +43,13 @@ PICFLAG?= -fPIC PICFLAG?= -fpic .endif -.for w in DATA DOCS -.ifndef(NOPORT${w}) -PORT${w}= * +.ifndef(NOPORTDATA) +PORTDATA= * +.endif + +.if ${PORT_OPTIONS:MDOCS} +PORTDOCS= * .endif -.endfor post-patch: @${REINPLACE_CMD} \ @@ -68,7 +68,7 @@ post-patch: do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin -.ifndef(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${DOCSDIR}) .endif @@ -86,4 +86,4 @@ check regression-test test: build .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/devel/abi-compliance-checker/distinfo ============================================================================== --- head/devel/abi-compliance-checker/distinfo Wed Jan 16 16:01:43 2013 (r310500) +++ head/devel/abi-compliance-checker/distinfo Wed Jan 16 16:22:36 2013 (r310501) @@ -1,2 +1,2 @@ -SHA256 (abi-compliance-checker-1.98.7.tar.gz) = bab85f7a38b98f0e8946b016b2b66a84b22a0ba4af62465d77baf3388d72c73b -SIZE (abi-compliance-checker-1.98.7.tar.gz) = 256050 +SHA256 (abi-compliance-checker/1.98.7.tar.gz) = b1198a4c726ead9d02d1ab1fdbc384f72c34d43e4d29b8438d1b1460aca73699 +SIZE (abi-compliance-checker/1.98.7.tar.gz) = 256069
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301161622.r0GGMboj004325>