aboutsummaryrefslogtreecommitdiff
path: root/deskutils/calcurse
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2012-12-09 09:17:27 +0000
committerFrederic Culot <culot@FreeBSD.org>2012-12-09 09:17:27 +0000
commitf7b2179e6568bb9596048f61a4e8de195a7b4bbd (patch)
tree1dd9eb66797ad2d5bc239ee93f9d7650a5196173 /deskutils/calcurse
parent902b7671fa44abedcaee68a4f8d5c6bdbd158160 (diff)
downloadports-f7b2179e6568bb9596048f61a4e8de195a7b4bbd.tar.gz
ports-f7b2179e6568bb9596048f61a4e8de195a7b4bbd.zip
- Update to 3.1.1
- Update MASTER_SITES - Remove leading article from COMMENT Feature safe: yes
Notes
Notes: svn path=/head/; revision=308516
Diffstat (limited to 'deskutils/calcurse')
-rw-r--r--deskutils/calcurse/Makefile13
-rw-r--r--deskutils/calcurse/distinfo4
-rw-r--r--deskutils/calcurse/files/patch-po_Makefile.in.in13
3 files changed, 6 insertions, 24 deletions
diff --git a/deskutils/calcurse/Makefile b/deskutils/calcurse/Makefile
index 00939aa18a74..64849b946a99 100644
--- a/deskutils/calcurse/Makefile
+++ b/deskutils/calcurse/Makefile
@@ -1,18 +1,13 @@
-# Ports collection makefile for: calcurse
-# Date created: Nov 1, 2005
-# Whom: Herbert J. Skuhra <h.skuhra@gmail.com>
-#
+# Created by: Herbert J. Skuhra <h.skuhra@gmail.com>
# $FreeBSD$
-#
PORTNAME= calcurse
-PORTVERSION= 3.0.0
+PORTVERSION= 3.1.1
CATEGORIES= deskutils
-MASTER_SITES= http://calcurse.org/files/ \
- ftp://ftp2.culot.org/culot/
+MASTER_SITES= http://calcurse.org/files/
MAINTAINER= culot@FreeBSD.org
-COMMENT= A text-based calendar and scheduling application
+COMMENT= Text-based calendar and scheduling application
LICENSE= BSD
diff --git a/deskutils/calcurse/distinfo b/deskutils/calcurse/distinfo
index 113944d5e020..fce9351f62d6 100644
--- a/deskutils/calcurse/distinfo
+++ b/deskutils/calcurse/distinfo
@@ -1,2 +1,2 @@
-SHA256 (calcurse-3.0.0.tar.gz) = 8a633120a8da250bce11d746a98c9aac3309235a3acdf19d001ab36e62cacdfa
-SIZE (calcurse-3.0.0.tar.gz) = 682545
+SHA256 (calcurse-3.1.1.tar.gz) = 0bc2cbe1eb33d61589b04e9d991572e4934f843660a14c64bd3be06f865d006d
+SIZE (calcurse-3.1.1.tar.gz) = 678208
diff --git a/deskutils/calcurse/files/patch-po_Makefile.in.in b/deskutils/calcurse/files/patch-po_Makefile.in.in
deleted file mode 100644
index 4d1020bbff65..000000000000
--- a/deskutils/calcurse/files/patch-po_Makefile.in.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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@
-