diff options
author | jasone <jasone@FreeBSD.org> | 2006-01-12 17:15:55 +0800 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2006-01-12 17:15:55 +0800 |
commit | cbd00ac0ffe3761745967e4413cdfb63e4921277 (patch) | |
tree | 3611b3f123ff6609adb4c50e3f544aba63add1c7 /devel/cook | |
parent | e2bed49905d9be22dd0a0df6da7ce264f498eaff (diff) | |
download | freebsd-ports-gnome-cbd00ac0ffe3761745967e4413cdfb63e4921277.tar.gz freebsd-ports-gnome-cbd00ac0ffe3761745967e4413cdfb63e4921277.tar.zst freebsd-ports-gnome-cbd00ac0ffe3761745967e4413cdfb63e4921277.zip |
Update to cook 2.25.
Approved by: markm (mentor)
Diffstat (limited to 'devel/cook')
-rw-r--r-- | devel/cook/Makefile | 7 | ||||
-rw-r--r-- | devel/cook/distinfo | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/devel/cook/Makefile b/devel/cook/Makefile index adcf8b8c6922..eead36ae89ef 100644 --- a/devel/cook/Makefile +++ b/devel/cook/Makefile @@ -6,12 +6,11 @@ # PORTNAME= cook -PORTVERSION= 2.24 -PORTREVISION= 1 +PORTVERSION= 2.25 CATEGORIES= devel MASTER_SITES= http://gd.tuwien.ac.at/softeng/Aegis/cook/ -MAINTAINER= jasone@canonware.com +MAINTAINER= jasone@FreeBSD.org COMMENT= Like make(1), but more powerful and clean GNU_CONFIGURE= yes @@ -22,7 +21,9 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= c_incl.1 cook.1 cook_bom.1 cook_lic.1 cook_rsh.1 cookfp.1 cooktime.1 \ find_libs.1 make2cook.1 roffpp.1 MANCOMPRESSED= no +.if !defined(WITHOUT_NLS) USE_GETTEXT= yes +.endif # Make sure that the whole directory tree exists. pre-install: diff --git a/devel/cook/distinfo b/devel/cook/distinfo index 84399134b699..56d6da509a3e 100644 --- a/devel/cook/distinfo +++ b/devel/cook/distinfo @@ -1,2 +1,3 @@ -MD5 (cook-2.24.tar.gz) = a6614c7fbabfa7450fec990715684e14 -SIZE (cook-2.24.tar.gz) = 863443 +MD5 (cook-2.25.tar.gz) = fd116da31c59c04abe41519fc131b504 +SHA256 (cook-2.25.tar.gz) = 3ca94820a4dfddba21cf4068258db2b972b7f93c3fb186ef85976997f2942eeb +SIZE (cook-2.25.tar.gz) = 876446 |