diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-06-05 21:36:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-06-05 21:36:58 +0000 |
commit | 3c7cdcada09c5a7b59e4684246cf80a4e9a089b2 (patch) | |
tree | f772418acf422f151684134d449648cf9352c1f8 /deskutils | |
parent | 0313c443b0da5d16f6264a6ae6a7b43c941ae72b (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/calcurse/Makefile | 27 | ||||
-rw-r--r-- | deskutils/calcurse/distinfo | 6 |
2 files changed, 16 insertions, 17 deletions
diff --git a/deskutils/calcurse/Makefile b/deskutils/calcurse/Makefile index 166f28d5dc20..9f0ceab9430a 100644 --- a/deskutils/calcurse/Makefile +++ b/deskutils/calcurse/Makefile @@ -4,27 +4,26 @@ # # $FreeBSD$ -PORTNAME= calcurse -PORTVERSION= 2.7 -PORTREVISION= 1 -CATEGORIES= deskutils -MASTER_SITES= ftp://ftp2.culot.org/culot/ +PORTNAME= calcurse +PORTVERSION= 2.8 +CATEGORIES= deskutils +MASTER_SITES= ftp://ftp2.culot.org/culot/ -MAINTAINER= h.skuhra@gmail.com -COMMENT= A text-based personal organizer +MAINTAINER= h.skuhra@gmail.com +COMMENT= A text-based personal organizer -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} -MAN1= calcurse.1 +MAN1= calcurse.1 .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " +PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes -PLIST_SUB+= NLS="" +USE_GETTEXT= yes +PLIST_SUB+= NLS="" .endif .include <bsd.port.mk> diff --git a/deskutils/calcurse/distinfo b/deskutils/calcurse/distinfo index 94ecf296133a..1dcebec416d8 100644 --- a/deskutils/calcurse/distinfo +++ b/deskutils/calcurse/distinfo @@ -1,3 +1,3 @@ -MD5 (calcurse-2.7.tar.gz) = eddfae36370fd89532149fe80c312e1e -SHA256 (calcurse-2.7.tar.gz) = 9a73fe080c2cfc74186b0ac8455e9f2ba2176ead9f3fd5a73f9553f607bd9d9f -SIZE (calcurse-2.7.tar.gz) = 532418 +MD5 (calcurse-2.8.tar.gz) = 124d40c0912b12021996220f02b759cc +SHA256 (calcurse-2.8.tar.gz) = 94cca82e36950d868b16a1c66aea19ec7c202a523b4ca0271ca4693fb7fdd4d7 +SIZE (calcurse-2.8.tar.gz) = 551592 |