diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2007-07-19 17:55:43 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2007-07-19 17:55:43 +0000 |
commit | 8993c7127ae6bcec51ee92f0d5546fc2ee2aadd2 (patch) | |
tree | fe93f65ae4b94885a408662bfeb84ab098f1a719 /math | |
parent | ba2b362219801f773cdd77d6bf54c749cfb066ea (diff) | |
download | ports-8993c7127ae6bcec51ee92f0d5546fc2ee2aadd2.tar.gz ports-8993c7127ae6bcec51ee92f0d5546fc2ee2aadd2.zip |
Update to 1.3.17: fixes an unbounded strcpy.
Notes
Notes:
svn path=/head/; revision=195906
Diffstat (limited to 'math')
-rw-r--r-- | math/calcoo/Makefile | 7 | ||||
-rw-r--r-- | math/calcoo/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile index f11d06dfc312..6c3789485b16 100644 --- a/math/calcoo/Makefile +++ b/math/calcoo/Makefile @@ -5,11 +5,9 @@ # $FreeBSD$ PORTNAME= calcoo -PORTVERSION= 1.3.16 -PORTREVISION= 2 +PORTVERSION= 1.3.17 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://webusers.physics.umn.edu/~kaminski/calcoo/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= calcoo MAINTAINER= naddy@FreeBSD.org @@ -17,6 +15,7 @@ COMMENT= RPN and algebraic scientific calculator USE_GNOME= gtk20 pkgconfig GNU_CONFIGURE= yes +CONFIGURE_ARGS= --mandir="${PREFIX}/man" MAN1= calcoo.1 diff --git a/math/calcoo/distinfo b/math/calcoo/distinfo index 9cff7986ced6..5cdcbb82114a 100644 --- a/math/calcoo/distinfo +++ b/math/calcoo/distinfo @@ -1,3 +1,3 @@ -MD5 (calcoo-1.3.16.tar.gz) = 7e8eccf8bdf78c99d38825a540b8dead -SHA256 (calcoo-1.3.16.tar.gz) = 5e464fcd758f510a8927303448de7b99fc570fdcaad53224bda434915cb6f839 -SIZE (calcoo-1.3.16.tar.gz) = 125239 +MD5 (calcoo-1.3.17.tar.gz) = c733968cc00155ef8e10c061775a66cb +SHA256 (calcoo-1.3.17.tar.gz) = 96d8d41fec994ec7e92a90a41d9a013a5c6bf9c3175582845d49c2f6f56edcec +SIZE (calcoo-1.3.17.tar.gz) = 133222 |