diff options
author | Jason Evans <jasone@FreeBSD.org> | 2008-01-21 15:33:00 +0000 |
---|---|---|
committer | Jason Evans <jasone@FreeBSD.org> | 2008-01-21 15:33:00 +0000 |
commit | a31099a94da41508592e21d1f5270bcc987cbe68 (patch) | |
tree | bb3ca6859802d0f2c983d71c559779f262217f32 | |
parent | 56b32871e5be48bc87881c341e6fe605174a357c (diff) | |
download | ports-a31099a94da41508592e21d1f5270bcc987cbe68.tar.gz ports-a31099a94da41508592e21d1f5270bcc987cbe68.zip |
Notes
-rw-r--r-- | devel/cook/Makefile | 5 | ||||
-rw-r--r-- | devel/cook/distinfo | 6 | ||||
-rw-r--r-- | devel/cook/pkg-descr | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/devel/cook/Makefile b/devel/cook/Makefile index 2a444f8262be..44425adfdc67 100644 --- a/devel/cook/Makefile +++ b/devel/cook/Makefile @@ -6,10 +6,9 @@ # PORTNAME= cook -PORTVERSION= 2.28 +PORTVERSION= 2.30 CATEGORIES= devel -MASTER_SITES= http://gd.tuwien.ac.at/softeng/Aegis/cook/ \ - http://miller.emu.id.au/pmiller/software/cook/ \ +MASTER_SITES= http://miller.emu.id.au/pmiller/software/cook/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=jasone diff --git a/devel/cook/distinfo b/devel/cook/distinfo index f6842da58959..cb5232b76a2b 100644 --- a/devel/cook/distinfo +++ b/devel/cook/distinfo @@ -1,3 +1,3 @@ -MD5 (cook-2.28.tar.gz) = 7a848e5bce7b19dd0be5a1793cedc2fa -SHA256 (cook-2.28.tar.gz) = e4318cf8e8c22a89104a005575190f87820cc849d0cb0a1f1e761aed443174cb -SIZE (cook-2.28.tar.gz) = 912208 +MD5 (cook-2.30.tar.gz) = 04b535e9905152d35080a2cb445c5988 +SHA256 (cook-2.30.tar.gz) = 3c9943477c335816846e495ec2b7bbf153c18c4f41c26a7996ab9ee46cc7d4a8 +SIZE (cook-2.30.tar.gz) = 904184 diff --git a/devel/cook/pkg-descr b/devel/cook/pkg-descr index d2e7747072dd..1099f19842b8 100644 --- a/devel/cook/pkg-descr +++ b/devel/cook/pkg-descr @@ -4,3 +4,5 @@ single dependency graph for large projects (as things should be done in an ideal world). Don't be put off by 'cook' not being commonly available on target machines, since 'cook' can automatically generate shell scripts that make installing 'cook' on target machines unnecessary. + +WWW: http://miller.emu.id.au/pmiller/software/cook/ |