diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-13 16:53:07 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-13 16:53:07 +0000 |
commit | 29cc6444fb4cef2ed1b57a74d2739679f367e289 (patch) | |
tree | af2a859a0b950545bb6000f455829d27437d0637 /print/pcal | |
parent | e72afa1e094a505cd8e33a97af3e5763eb7b2567 (diff) | |
download | ports-29cc6444fb4cef2ed1b57a74d2739679f367e289.tar.gz ports-29cc6444fb4cef2ed1b57a74d2739679f367e289.zip |
Notes
Diffstat (limited to 'print/pcal')
-rw-r--r-- | print/pcal/Makefile | 2 | ||||
-rw-r--r-- | print/pcal/distinfo | 6 | ||||
-rw-r--r-- | print/pcal/files/patch-aa | 50 | ||||
-rw-r--r-- | print/pcal/pkg-plist | 1 |
4 files changed, 30 insertions, 29 deletions
diff --git a/print/pcal/Makefile b/print/pcal/Makefile index e7a8646309b8..2729adfcd4f0 100644 --- a/print/pcal/Makefile +++ b/print/pcal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pcal -PORTVERSION= 4.9.1 +PORTVERSION= 4.10.0 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/print/pcal/distinfo b/print/pcal/distinfo index 5c70bb8891af..68dc62a878d3 100644 --- a/print/pcal/distinfo +++ b/print/pcal/distinfo @@ -1,3 +1,3 @@ -MD5 (pcal-4.9.1.tgz) = 7646ae0b539466696484f311d79b2b02 -SHA256 (pcal-4.9.1.tgz) = 9115ca1ac9db3e9f5639b0786c9184d346638e206ec413d2bf4be0ff8742fd18 -SIZE (pcal-4.9.1.tgz) = 218977 +MD5 (pcal-4.10.0.tgz) = 8d423d5ae202278a6b6d655244bd6e39 +SHA256 (pcal-4.10.0.tgz) = 6c0518155c08ba526690d8f07037fb741a9fd89310d9cc9e171a7b0d228ab09e +SIZE (pcal-4.10.0.tgz) = 287562 diff --git a/print/pcal/files/patch-aa b/print/pcal/files/patch-aa index 542785257e16..57b29ee1a419 100644 --- a/print/pcal/files/patch-aa +++ b/print/pcal/files/patch-aa @@ -1,26 +1,26 @@ ---- Makefile.orig Thu Dec 16 00:54:16 2004 -+++ Makefile Thu Jan 13 17:28:01 2005 -@@ -73,8 +73,8 @@ - D_BUILD_ENV = -DBUILD_ENV_UNIX - PCAL = pcal - PCALINIT = pcalinit -- CC = /usr/bin/gcc -- PCALINIT_CC = /usr/bin/gcc -+ CC = ${HOST_CC} -+ PCALINIT_CC = ${CC} - PACK = compress - # PACK = pack - # PACK = gzip -@@ -101,9 +101,9 @@ - OBJDIR = obj - EXECDIR = exec - DOCDIR = doc --BINDIR = /usr/local/bin --MANDIR = /usr/man/man1 --CATDIR = /usr/man/cat1 -+BINDIR = ${PREFIX}/bin -+MANDIR = ${PREFIX}/man/man1 -+CATDIR = ${PREFIX}/cat1 +--- Makefile.orig Wed Sep 13 07:59:12 2006 ++++ Makefile Wed Sep 13 08:09:36 2006 +@@ -113,8 +113,8 @@ + D_BUILD_ENV = -DBUILD_ENV_UNIX + PCAL = pcal + PCALINIT = pcalinit +- CC = /usr/bin/gcc +- PCALINIT_CC = /usr/bin/gcc ++ CC = ${HOST_CC} ++ PCALINIT_CC = ${CC} + PACK = compress + # PACK = pack + # PACK = gzip +@@ -144,9 +144,9 @@ + MANDIR = $(DJDIR)/man/man1 + CATDIR = $(DJDIR)/man/cat1 + else # Unix +- BINDIR = /usr/local/bin +- MANDIR = /usr/man/man1 +- CATDIR = /usr/man/cat1 ++ BINDIR = ${PREFIX}/bin ++ MANDIR = ${PREFIX}/man/man1 ++ CATDIR = ${PREFIX}/cat1 + endif - # - # Compiling for DOS/DJGPP requires different directories for the installed + OBJECTS = $(OBJDIR)/pcal.o \ diff --git a/print/pcal/pkg-plist b/print/pcal/pkg-plist index bfe71611ee82..23f904306e55 100644 --- a/print/pcal/pkg-plist +++ b/print/pcal/pkg-plist @@ -8,6 +8,7 @@ libexec/pcal.pl %%EXAMPLESDIR%%/calendar_fr.txt %%EXAMPLESDIR%%/calendar_gr.txt %%EXAMPLESDIR%%/calendar_hu.txt +%%EXAMPLESDIR%%/calendar_nl.txt %%EXAMPLESDIR%%/calendar_no.txt %%EXAMPLESDIR%%/calendar_nz.txt %%EXAMPLESDIR%%/calendar_uk.txt |