diff options
author | eadler <eadler@FreeBSD.org> | 2012-12-16 13:38:02 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-12-16 13:38:02 +0800 |
commit | 15c45498080c3324ecbdb616459f3c945b1bf57c (patch) | |
tree | aadd896ac724a0157972e871a01f5d8a2a073825 /devel/aap | |
parent | 1e0733c1d35bedf97129aba42dd565b8b119766f (diff) | |
download | freebsd-ports-gnome-15c45498080c3324ecbdb616459f3c945b1bf57c.tar.gz freebsd-ports-gnome-15c45498080c3324ecbdb616459f3c945b1bf57c.tar.zst freebsd-ports-gnome-15c45498080c3324ecbdb616459f3c945b1bf57c.zip |
Update to 1.092
Convert to OptionsNG
Diffstat (limited to 'devel/aap')
-rw-r--r-- | devel/aap/Makefile | 15 | ||||
-rw-r--r-- | devel/aap/distinfo | 4 |
2 files changed, 8 insertions, 11 deletions
diff --git a/devel/aap/Makefile b/devel/aap/Makefile index 20f0cd989914..19e8a886b055 100644 --- a/devel/aap/Makefile +++ b/devel/aap/Makefile @@ -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 diff --git a/devel/aap/distinfo b/devel/aap/distinfo index f787010184c2..1572a8d0ce23 100644 --- a/devel/aap/distinfo +++ b/devel/aap/distinfo @@ -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 |