Date: Sun, 16 Dec 2012 05:38:03 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308982 - head/devel/aap Message-ID: <201212160538.qBG5c30e012476@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Sun Dec 16 05:38:02 2012 New Revision: 308982 URL: http://svnweb.freebsd.org/changeset/ports/308982 Log: Update to 1.092 Convert to OptionsNG Modified: head/devel/aap/Makefile head/devel/aap/distinfo Modified: head/devel/aap/Makefile ============================================================================== --- head/devel/aap/Makefile Sun Dec 16 05:34:02 2012 (r308981) +++ head/devel/aap/Makefile Sun Dec 16 05:38:02 2012 (r308982) @@ -1,15 +1,10 @@ -# New ports collection makefile for: A-A-P Recipe Executive: aap -# Date created: 28 October 2002 -# Whom: Bram Moolenaar <bram@a-a-p.org> -# +# Created by: Bram Moolenaar <bram@a-a-p.org> # $FreeBSD$ -# PORTNAME= aap -PORTVERSION= 1.091 -PORTREVISOIN= 1 +PORTVERSION= 1.092 CATEGORIES= devel -MASTER_SITES= SF/a-a-p/Aap/${PORTVERSION} +MASTER_SITES= SF/a-a-p/Aap MAINTAINER= ports@FreeBSD.org COMMENT= A build tool alternative to make with internet access and CVS support @@ -25,7 +20,9 @@ USE_ZIP= yes USE_PYTHON= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} -.if !defined(NOPORTDOCS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MDOCS} FULLDOCS=yes .else FULLDOCS=no Modified: head/devel/aap/distinfo ============================================================================== --- head/devel/aap/distinfo Sun Dec 16 05:34:02 2012 (r308981) +++ head/devel/aap/distinfo Sun Dec 16 05:38:02 2012 (r308982) @@ -1,2 +1,2 @@ -SHA256 (aap-1.091.zip) = 1cae4e5c6426f3862ef6795e3e1966ef15ab618cde57be2005a0a6c6eac41aae -SIZE (aap-1.091.zip) = 1645498 +SHA256 (aap-1.092.zip) = 70c81eeda824e5379af4702c86a233f6987acae9955ec1e6621ced109dc9585b +SIZE (aap-1.092.zip) = 1648928
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212160538.qBG5c30e012476>