diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-28 16:27:31 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-28 16:27:31 +0800 |
commit | 40176f5c732f4fd18997174dcae68947be012d79 (patch) | |
tree | d7cfbfc1d1872e36d95a379f91367c66e607803a /textproc | |
parent | a986d41f6f8b80d5de65868dd9dab00ecfc5fe47 (diff) | |
download | freebsd-ports-gnome-40176f5c732f4fd18997174dcae68947be012d79.tar.gz freebsd-ports-gnome-40176f5c732f4fd18997174dcae68947be012d79.tar.zst freebsd-ports-gnome-40176f5c732f4fd18997174dcae68947be012d79.zip |
Bump PORTVREVISION
It seems GNAT version changed recently and this port wasn't bumped, leading
to errors like:
error: "dom.ads" and "gprclean-main.adb" compiled with different GNAT versions
error: "dom-core.adb" and "gprclean-main.adb" compiled with different GNAT versions
...
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlada/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile index 49ba5662e1d3..8a061a923d93 100644 --- a/textproc/xmlada/Makefile +++ b/textproc/xmlada/Makefile @@ -3,6 +3,7 @@ PORTNAME= xmlada PORTVERSION= 4.6.0.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= xmlada-gpl-2015-src |