diff options
author | naddy <naddy@FreeBSD.org> | 2007-07-19 17:55:43 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2007-07-19 17:55:43 +0000 |
commit | ba33de2e40dbe7364bdfc96e341590d2a9208903 (patch) | |
tree | 8736d2651771cabd3a3859939028a46345be302c /math | |
parent | f380bc7d6e83e83d0047ebf7ee527bf2d4389444 (diff) | |
download | FreeBSD-ports-ba33de2e40dbe7364bdfc96e341590d2a9208903.zip FreeBSD-ports-ba33de2e40dbe7364bdfc96e341590d2a9208903.tar.gz |
Update to 1.3.17: fixes an unbounded strcpy.
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 f11d06d..6c37894 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 9cff798..5cdcbb8 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 |