aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2008-07-02 15:40:18 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2008-07-02 15:40:18 +0000
commit7d0860031fade3c13d8d15017766498a0078b52e (patch)
tree9236319d6185d7f0298b6db5a6ed9095551f9388 /mail
parentd121825bfcd6a2c0bf993b7b1e14db967bbecb80 (diff)
downloadports-7d0860031fade3c13d8d15017766498a0078b52e.tar.gz
ports-7d0860031fade3c13d8d15017766498a0078b52e.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/whoson/Makefile3
-rw-r--r--mail/whoson/distinfo6
-rw-r--r--mail/whoson/files/patch-Makefile.in15
3 files changed, 12 insertions, 12 deletions
diff --git a/mail/whoson/Makefile b/mail/whoson/Makefile
index de13d4f725bb..5eaa84331d95 100644
--- a/mail/whoson/Makefile
+++ b/mail/whoson/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= whoson
-PORTVERSION= 2.03
-PORTREVISION= 1
+PORTVERSION= 2.04
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/mail/whoson/distinfo b/mail/whoson/distinfo
index d44a8fe62458..bbd0da853932 100644
--- a/mail/whoson/distinfo
+++ b/mail/whoson/distinfo
@@ -1,3 +1,3 @@
-MD5 (whoson-2.03.tar.gz) = 9bb91b9e0d5a10574e78aa6647dd7ab9
-SHA256 (whoson-2.03.tar.gz) = c98282844e89d57e619159d78699816e68bdeecf24baf4e34ce049c07606262c
-SIZE (whoson-2.03.tar.gz) = 238133
+MD5 (whoson-2.04.tar.gz) = e74d3484ebb3f002703f81e9e76d51b0
+SHA256 (whoson-2.04.tar.gz) = 6c6f9d19dd77652d27353912e9a7c01e01cf1f91a9c53ce5a925af1576faa1d7
+SIZE (whoson-2.04.tar.gz) = 372029
diff --git a/mail/whoson/files/patch-Makefile.in b/mail/whoson/files/patch-Makefile.in
index cb8e63c8027f..ddacced05f5b 100644
--- a/mail/whoson/files/patch-Makefile.in
+++ b/mail/whoson/files/patch-Makefile.in
@@ -1,15 +1,16 @@
---- Makefile.in.orig Tue Aug 19 11:22:30 2003
-+++ Makefile.in Sun Jul 23 01:07:15 2006
-@@ -898,11 +898,7 @@
+--- Makefile.in.orig 2008-01-17 15:59:21.000000000 +0300
++++ Makefile.in 2008-07-02 19:37:47.000000000 +0400
+@@ -961,12 +961,7 @@
install-data-hook:
-- if test -f $(DEFAULT_CONFIG); then \
-- $(ECHO) "$(DEFAULT_CONFIG) exists, not overwritten"; \
+- if test -f $(DESTDIR)$(DEFAULT_CONFIG); then \
+- $(ECHO) "$(DESTDIR)$(DEFAULT_CONFIG) exists, not overwritten"; \
- else \
-- $(INSTALL_DATA) $(srcdir)/whoson.conf $(DEFAULT_CONFIG); \
+- $(mkinstalldirs) `dirname $(DESTDIR)$(DEFAULT_CONFIG)`; \
+- $(INSTALL_DATA) $(srcdir)/whoson.conf $(DESTDIR)$(DEFAULT_CONFIG); \
- fi; \
-+ $(INSTALL_DATA) $(srcdir)/whoson.conf $(DEFAULT_CONFIG).sample
++ $(INSTALL_DATA) $(srcdir)/whoson.conf $(DESTDIR)$(DEFAULT_CONFIG).sample; \
for f in $(MAN3XTRA); do \
rm -f $(DESTDIR)$(man3dir)/$$f; \
$(LN) $(DESTDIR)$(man3dir)/whoson.3 $(DESTDIR)$(man3dir)/$$f; \