diff options
author | culot <culot@FreeBSD.org> | 2012-12-09 17:17:27 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-12-09 17:17:27 +0800 |
commit | 5b0a6c0197c36a56b76a2124df51fb5c6a7d274c (patch) | |
tree | 1dd9eb66797ad2d5bc239ee93f9d7650a5196173 /deskutils | |
parent | 4bcd68a6f7447987f25cb1afb327994fa5248e72 (diff) | |
download | freebsd-ports-graphics-5b0a6c0197c36a56b76a2124df51fb5c6a7d274c.tar.gz freebsd-ports-graphics-5b0a6c0197c36a56b76a2124df51fb5c6a7d274c.tar.zst freebsd-ports-graphics-5b0a6c0197c36a56b76a2124df51fb5c6a7d274c.zip |
- Update to 3.1.1
- Update MASTER_SITES
- Remove leading article from COMMENT
Feature safe: yes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/calcurse/Makefile | 13 | ||||
-rw-r--r-- | deskutils/calcurse/distinfo | 4 | ||||
-rw-r--r-- | deskutils/calcurse/files/patch-po_Makefile.in.in | 13 |
3 files changed, 6 insertions, 24 deletions
diff --git a/deskutils/calcurse/Makefile b/deskutils/calcurse/Makefile index 00939aa18a7..64849b946a9 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 113944d5e02..fce9351f62d 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 4d1020bbff6..00000000000 --- 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@ - |