diff options
author | marino <marino@FreeBSD.org> | 2016-06-10 06:20:34 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-06-10 06:20:34 +0800 |
commit | b57311a2bbefdb4ddee1e6ec551af7d206e2fb02 (patch) | |
tree | e1b97f443b39a0539d73a840bbf63003d321dd63 /www | |
parent | 4b0971b6b5bd9f993c97153b959397bea49e87e9 (diff) | |
download | freebsd-ports-gnome-b57311a2bbefdb4ddee1e6ec551af7d206e2fb02.tar.gz freebsd-ports-gnome-b57311a2bbefdb4ddee1e6ec551af7d206e2fb02.tar.zst freebsd-ports-gnome-b57311a2bbefdb4ddee1e6ec551af7d206e2fb02.zip |
devel/gprbuild: Upgrade version 20150506 => 20160609
GPRBuild build is now hosted on github, so we can move away from the
yearly releases and update more frequently. Unfortunately the docs
makefile is currently broken so docs are disabled currently. When
they come back, only txt and html docs will be supported.
This new version detected a missing reference in the template-parser
port so that port has been fixed and the downstream ports bumped
accordingly.
It also discovered an interface specification issue in a designer
example of qtada. I spent a few minutes trying to fix/workaround it,
but ultimately marked it broken. I will also deprecate the port because
it no development has occurred since the port was created, and it's not
even based on a real release. We'll see if anybody cares (3 month
deprecation).
Diffstat (limited to 'www')
-rw-r--r-- | www/aws-demos/Makefile | 2 | ||||
-rw-r--r-- | www/aws/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/aws-demos/Makefile b/www/aws-demos/Makefile index b8b3ccfdcaa4..095491ae1d6a 100644 --- a/www/aws-demos/Makefile +++ b/www/aws-demos/Makefile @@ -3,7 +3,7 @@ PORTNAME= aws PORTVERSION= 3.3.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://downloads.dragonlace.net/src/ PKGNAMESUFFIX= -demos diff --git a/www/aws/Makefile b/www/aws/Makefile index 57378a321631..251eedb60205 100644 --- a/www/aws/Makefile +++ b/www/aws/Makefile @@ -3,7 +3,7 @@ PORTNAME= aws PORTVERSION= 3.3.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= http://downloads.dragonlace.net/src/ |