diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-10-30 06:37:12 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-10-30 06:37:12 +0000 |
commit | 9bed8ccfac2210fecaa2433211f0a636ea9f3465 (patch) | |
tree | 743e8a588bc170b896587cfcc01f72902603596c /devel/api-sanity-autotest | |
parent | 2ba188b4f4a4383e865ff5cd50b54e66869705f6 (diff) | |
download | ports-9bed8ccfac2210fecaa2433211f0a636ea9f3465.tar.gz ports-9bed8ccfac2210fecaa2433211f0a636ea9f3465.zip |
update to 1.12.10
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=306662
Diffstat (limited to 'devel/api-sanity-autotest')
-rw-r--r-- | devel/api-sanity-autotest/Makefile | 6 | ||||
-rw-r--r-- | devel/api-sanity-autotest/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/api-sanity-autotest/Makefile b/devel/api-sanity-autotest/Makefile index a7bf9fc80f0a..3d13fa81bd36 100644 --- a/devel/api-sanity-autotest/Makefile +++ b/devel/api-sanity-autotest/Makefile @@ -6,9 +6,9 @@ # PORTNAME= api-sanity-checker -PORTVERSION= 1.12.9 +PORTVERSION= 1.12.10 CATEGORIES= devel perl5 -MASTER_SITES= http://forge.ispras.ru/attachments/download/1278/ \ +MASTER_SITES= http://forge.ispras.ru/attachments/download/2634/ \ LOCAL/bf MAINTAINER= bf@FreeBSD.org @@ -17,13 +17,13 @@ COMMENT= Quickly generate sanity tests for the API of a C/C++ shared library LICENSE= LGPL20 GPLv2 LICENSE_COMB= dual -NO_BUILD= yes .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING) USE_PERL5= yes .else USE_PERL5_RUN= yes .endif +NO_BUILD= yes PLIST_FILES= bin/${PORTNAME}.pl .include <bsd.port.pre.mk> diff --git a/devel/api-sanity-autotest/distinfo b/devel/api-sanity-autotest/distinfo index d49a2f9ca09a..d9806a02a9be 100644 --- a/devel/api-sanity-autotest/distinfo +++ b/devel/api-sanity-autotest/distinfo @@ -1,2 +1,2 @@ -SHA256 (api-sanity-checker-1.12.9.tar.gz) = 504fbfb00db73f9ced049fef15acbe4f11573afd158e778e424cbd14e1a45693 -SIZE (api-sanity-checker-1.12.9.tar.gz) = 166510 +SHA256 (api-sanity-checker-1.12.10.tar.gz) = ae181053b190f7c04fb1c4635c2c306cf7915f2377b9006d5321fb0f9d5b0d49 +SIZE (api-sanity-checker-1.12.10.tar.gz) = 166409 |