diff options
author | marino <marino@FreeBSD.org> | 2017-01-04 22:52:01 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2017-01-04 22:52:01 +0800 |
commit | fc4a45c0d2e6f6e549fc5e5146169eb76e3ab0cb (patch) | |
tree | 6237b5b1e56f42005776a08cb9627fc39e4a1350 /www | |
parent | 528fed3a16ec4211d32281a96bd4f1102d23aeb3 (diff) | |
download | freebsd-ports-gnome-fc4a45c0d2e6f6e549fc5e5146169eb76e3ab0cb.tar.gz freebsd-ports-gnome-fc4a45c0d2e6f6e549fc5e5146169eb76e3ab0cb.tar.zst freebsd-ports-gnome-fc4a45c0d2e6f6e549fc5e5146169eb76e3ab0cb.zip |
www/aws: Upgrade version 17.0.1 => 17.1.0
Diffstat (limited to 'www')
-rw-r--r-- | www/aws-demos/Makefile | 14 | ||||
-rw-r--r-- | www/aws/Makefile | 14 | ||||
-rw-r--r-- | www/aws/distinfo | 10 |
3 files changed, 15 insertions, 23 deletions
diff --git a/www/aws-demos/Makefile b/www/aws-demos/Makefile index 7ea5c61d1fb8..32bb2d8347f5 100644 --- a/www/aws-demos/Makefile +++ b/www/aws-demos/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws -PORTVERSION= 17.0.1 +PORTVERSION= 17.1.0 CATEGORIES= www PKGNAMESUFFIX= -demos @@ -19,8 +19,8 @@ BUILD_DEPENDS= gprbuild:devel/gprbuild \ USES= ada gmake python USE_GITHUB= yes GH_ACCOUNT= AdaCore -GH_TAGNAME= 17.0 -GH_TUPLE= AdaCore:templates-parser:17.0:tp/templates_parser +GH_TAGNAME= ${PORTVERSION:R} +GH_TUPLE= AdaCore:templates-parser:${PORTVERSION:R}:tp/templates_parser DISTINFO_FILE= ${PORTSDIR}/www/aws/distinfo @@ -103,11 +103,7 @@ PROGS= multiple_sessions/multiple_sessions \ soap_disp/soap_server_disp \ soap_disp/soap_client -.include <bsd.port.pre.mk> - -.if ${SSL_DEFAULT} == base -IGNORE_FreeBSD_9= Requires newer OpenSSL (set DEFAULT_VERSIONS+=ssl=openssl) -.endif +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSL} CONF_ARGS+= SOCKET=openssl @@ -161,4 +157,4 @@ do-install: @${CHMOD} ${BINMODE} ${STAGEDIR}${EXAMPLESDIR}/demos/${prog} .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/aws/Makefile b/www/aws/Makefile index f315dfe8ed29..5e25373176a3 100644 --- a/www/aws/Makefile +++ b/www/aws/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws -PORTVERSION= 17.0.1 +PORTVERSION= 17.1.0 CATEGORIES= www MAINTAINER= marino@FreeBSD.org @@ -20,8 +20,8 @@ RUN_DEPENDS= xmlada>=4.4:textproc/xmlada USES= ada:run gmake python shebangfix tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= AdaCore -GH_TAGNAME= 17.0 -GH_TUPLE= AdaCore:templates-parser:17.0:tp/templates_parser +GH_TAGNAME= ${PORTVERSION:R} +GH_TUPLE= AdaCore:templates-parser:${PORTVERSION:R}:tp/templates_parser GNU_CONFIGURE= yes NO_MTREE= yes @@ -61,11 +61,7 @@ CONF_ARGS+= ZLIB=true CONF_ARGS+= ASIS=true CONF_ARGS+= DEFAULT_LIBRARY_TYPE=static -.include <bsd.port.pre.mk> - -.if ${SSL_DEFAULT} == base -IGNORE_FreeBSD_9= Requires newer OpenSSL (set DEFAULT_VERSIONS+=ssl=openssl) -.endif +.include <bsd.port.options.mk> ################### ## SSL Support ## @@ -165,4 +161,4 @@ post-install: cd ${WRKSRC}/gps && ${INSTALL_DATA} *.xml aws.py \ ${STAGEDIR}${PREFIX}/share/gps/plug-ins -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/aws/distinfo b/www/aws/distinfo index 97742ae02506..7fc25c0ab4a3 100644 --- a/www/aws/distinfo +++ b/www/aws/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1476161971 -SHA256 (AdaCore-aws-17.0.1-17.0_GH0.tar.gz) = 3dfaca1fd965300d2e1506874f3bfacd6d913032cc7c6ae0ed148672634a870e -SIZE (AdaCore-aws-17.0.1-17.0_GH0.tar.gz) = 2085711 -SHA256 (AdaCore-templates-parser-17.0_GH0.tar.gz) = 837693c5a5ff6acc0140b341a8e363e7e4e036e9316e516a53116eb0db3b88a7 -SIZE (AdaCore-templates-parser-17.0_GH0.tar.gz) = 216629 +TIMESTAMP = 1483518397 +SHA256 (AdaCore-aws-17.1.0-17.1_GH0.tar.gz) = 107d2fcec8e20b4f00d390e9db858a0723ed1baed9a696e869c05b362da98d8b +SIZE (AdaCore-aws-17.1.0-17.1_GH0.tar.gz) = 2085674 +SHA256 (AdaCore-templates-parser-17.1_GH0.tar.gz) = efd2f2d21a532014802c5dc2083453b9c945c146c7bf910c348387ef48c22b62 +SIZE (AdaCore-templates-parser-17.1_GH0.tar.gz) = 216649 |