diff options
author | marino <marino@FreeBSD.org> | 2015-11-15 12:59:28 +0000 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-11-15 12:59:28 +0000 |
commit | d3849f0ba9c5f4715e1dfdec2638e5b02c16c35c (patch) | |
tree | ebfacb0f079cbdb4a823d57010c593da9422ab1e | |
parent | b46b4e67832bceda7259a799fb61f1b6cb246fb4 (diff) | |
download | FreeBSD-ports-d3849f0ba9c5f4715e1dfdec2638e5b02c16c35c.zip FreeBSD-ports-d3849f0ba9c5f4715e1dfdec2638e5b02c16c35c.tar.gz |
lang/adacontrol: distfile was re-rolled
The upstream distfile was changed. Most of the changes were regenerated
documentation, but a build file (gpr) was also updated. The changes are
legitimate (but should have been provided r4)
Introduce DIST_SUBDIR now that adacontrol joined the reroll club.
-rw-r--r-- | lang/adacontrol/Makefile | 2 | ||||
-rw-r--r-- | lang/adacontrol/distinfo | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/adacontrol/Makefile b/lang/adacontrol/Makefile index ce03f58..0e25d32 100644 --- a/lang/adacontrol/Makefile +++ b/lang/adacontrol/Makefile @@ -3,9 +3,11 @@ PORTNAME= adacontrol PORTVERSION= 1.17r3 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF/adacontrol DISTNAME= adactl-${PORTVERSION}-src +DIST_SUBDIR= adacontrol-01 MAINTAINER= marino@FreeBSD.org COMMENT= Tool for detecting use or non-use of specific Ada constructs diff --git a/lang/adacontrol/distinfo b/lang/adacontrol/distinfo index 2c32df2..9904d9f 100644 --- a/lang/adacontrol/distinfo +++ b/lang/adacontrol/distinfo @@ -1,2 +1,2 @@ -SHA256 (adactl-1.17r3-src.tgz) = 78e564347f6cc631bc279a7bfd74aa7f86c12d6a7a2cfa1370e9d3d46b144f32 -SIZE (adactl-1.17r3-src.tgz) = 1968737 +SHA256 (adacontrol-01/adactl-1.17r3-src.tgz) = e23d45eb6d7af9982285d9eeaf51ac046128b150d306c3be62f7415b4ee6c5d0 +SIZE (adacontrol-01/adactl-1.17r3-src.tgz) = 1976446 |