diff options
author | sem <sem@FreeBSD.org> | 2008-07-02 23:40:18 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2008-07-02 23:40:18 +0800 |
commit | e7ae451a8c8bd89c9285b5f17d2bd3d445c501a8 (patch) | |
tree | 934cb110808b7d2f64f6b56587436ef77e7e1695 /mail | |
parent | 8b21fa7068337c07d5bb61e660f56147a5c997e3 (diff) | |
download | freebsd-ports-graphics-e7ae451a8c8bd89c9285b5f17d2bd3d445c501a8.tar.gz freebsd-ports-graphics-e7ae451a8c8bd89c9285b5f17d2bd3d445c501a8.tar.zst freebsd-ports-graphics-e7ae451a8c8bd89c9285b5f17d2bd3d445c501a8.zip |
- Update to 2.04
Diffstat (limited to 'mail')
-rw-r--r-- | mail/whoson/Makefile | 3 | ||||
-rw-r--r-- | mail/whoson/distinfo | 6 | ||||
-rw-r--r-- | mail/whoson/files/patch-Makefile.in | 15 |
3 files changed, 12 insertions, 12 deletions
diff --git a/mail/whoson/Makefile b/mail/whoson/Makefile index de13d4f725b..5eaa84331d9 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 d44a8fe6245..bbd0da85393 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 cb8e63c8027..ddacced05f5 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; \ |