diff options
author | miwi <miwi@FreeBSD.org> | 2010-06-06 05:36:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-06-06 05:36:58 +0800 |
commit | 3b802a85928a31fb5b762faf0ef518ca97af2f2f (patch) | |
tree | 39a91e592fd60158cbdf5af5fb38270c947c7bfa /deskutils/calcurse | |
parent | d955ce21a0d96c5a78083cf1beef9407a80bbdc0 (diff) | |
download | freebsd-ports-gnome-3b802a85928a31fb5b762faf0ef518ca97af2f2f.tar.gz freebsd-ports-gnome-3b802a85928a31fb5b762faf0ef518ca97af2f2f.tar.zst freebsd-ports-gnome-3b802a85928a31fb5b762faf0ef518ca97af2f2f.zip |
- Update to 2.8
PR: 147498
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com> (maintainer)
Diffstat (limited to 'deskutils/calcurse')
-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 |