diff options
author | jadawin <jadawin@FreeBSD.org> | 2008-05-21 02:52:43 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2008-05-21 02:52:43 +0800 |
commit | 0aae8835fe9fbbd1a2d6004519ce8ec361afa366 (patch) | |
tree | 575ffac49c5df51203402ec5ffe3d80e4f234367 | |
parent | 1b5b6039ea33901d818a96c0a7516a795aec81cd (diff) | |
download | freebsd-ports-gnome-0aae8835fe9fbbd1a2d6004519ce8ec361afa366.tar.gz freebsd-ports-gnome-0aae8835fe9fbbd1a2d6004519ce8ec361afa366.tar.zst freebsd-ports-gnome-0aae8835fe9fbbd1a2d6004519ce8ec361afa366.zip |
- Update to 2.1
PR: ports/123798
Submitted by: Herbert J. Skuhra <h.skuhra AT gmail DOT com>
Approved by: tabthorpe (mentor)
-rw-r--r-- | deskutils/calcurse/Makefile | 2 | ||||
-rw-r--r-- | deskutils/calcurse/distinfo | 6 | ||||
-rw-r--r-- | deskutils/calcurse/files/patch-po_Makefile.in.in | 13 |
3 files changed, 17 insertions, 4 deletions
diff --git a/deskutils/calcurse/Makefile b/deskutils/calcurse/Makefile index 74de31ac5333..ba21340966b8 100644 --- a/deskutils/calcurse/Makefile +++ b/deskutils/calcurse/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= calcurse -PORTVERSION= 1.9 +PORTVERSION= 2.1 CATEGORIES= deskutils MASTER_SITES= ftp://ftp2.culot.org/culot/ diff --git a/deskutils/calcurse/distinfo b/deskutils/calcurse/distinfo index 64efebf87a2c..d430510ba0e3 100644 --- a/deskutils/calcurse/distinfo +++ b/deskutils/calcurse/distinfo @@ -1,3 +1,3 @@ -MD5 (calcurse-1.9.tar.gz) = e6d7bad03b2a28ed06f8ef65e9dcd227 -SHA256 (calcurse-1.9.tar.gz) = 474677e51d3829285ca3b88ea73d557712b30e5ed51e222d812367ad97e083f8 -SIZE (calcurse-1.9.tar.gz) = 446470 +MD5 (calcurse-2.1.tar.gz) = 747181986539926576078a23967bc608 +SHA256 (calcurse-2.1.tar.gz) = c578a720ad2572119fef4046a79426f216fd74d028ead998293e3297d1f40ab4 +SIZE (calcurse-2.1.tar.gz) = 481821 diff --git a/deskutils/calcurse/files/patch-po_Makefile.in.in b/deskutils/calcurse/files/patch-po_Makefile.in.in new file mode 100644 index 000000000000..4d1020bbff65 --- /dev/null +++ b/deskutils/calcurse/files/patch-po_Makefile.in.in @@ -0,0 +1,13 @@ +--- po/Makefile.in.in.bak 2008-05-18 00:27:52.000000000 +0200 ++++ po/Makefile.in.in 2008-05-18 00:27:06.000000000 +0200 +@@ -38,8 +38,8 @@ + # In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined + # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake + # versions, $(mkinstalldirs) and $(install_sh) are unused. +-mkinstalldirs = $(SHELL) @install_sh@ -d +-install_sh = $(SHELL) @install_sh@ ++mkinstalldirs = @install_sh@ -d ++install_sh = @install_sh@ + MKDIR_P = @MKDIR_P@ + mkdir_p = @mkdir_p@ + |