diff --git a/mail/gotmail/Makefile b/mail/gotmail/Makefile index 95b806a7993..df23cc0d761 100644 --- a/mail/gotmail/Makefile +++ b/mail/gotmail/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2006/12/29 12:36:57 jasper Exp $ +# $OpenBSD: Makefile,v 1.4 2007/05/08 20:06:48 kurt Exp $ COMMENT= "automatically fetch hotmail.com email" DISTNAME= gotmail-0.8.9 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= mail perl5 MAINTAINER= Michael Erdely diff --git a/mail/gotmail/distinfo b/mail/gotmail/distinfo index 6301af5327c..0fb64af3f01 100644 --- a/mail/gotmail/distinfo +++ b/mail/gotmail/distinfo @@ -1,5 +1,5 @@ -MD5 (gotmail-0.8.9.tar.gz) = 1F00Sam++7t1jhf6XTLsrg== -RMD160 (gotmail-0.8.9.tar.gz) = q4j2YpLSwDQwDBg9P0VbUoAmo7A= -SHA1 (gotmail-0.8.9.tar.gz) = UOf2X1VDArSPCrqLCifO3XvxwXQ= -SHA256 (gotmail-0.8.9.tar.gz) = 8y+SB4JMQRFpYYq3rMoWuATbxM34Xtvf1CbTrRH8X50= -SIZE (gotmail-0.8.9.tar.gz) = 38418 +MD5 (gotmail-0.8.9.tar.gz) = lNrh9NvLqTW+sP0NhbA9Lg== +RMD160 (gotmail-0.8.9.tar.gz) = 8F4jil8De+7FfH+QL3rxGGIYeV8= +SHA1 (gotmail-0.8.9.tar.gz) = 1XEEGaKMkg+KVAIQxHMKsMy7uzE= +SHA256 (gotmail-0.8.9.tar.gz) = vWyL1Jtu/mopEzmIM0OtTrM3mEHKoQLDTRPo+gG9Bdo= +SIZE (gotmail-0.8.9.tar.gz) = 38555 diff --git a/mail/gotmail/patches/patch-Makefile b/mail/gotmail/patches/patch-Makefile index e2eff553fdf..316cfcf83be 100644 --- a/mail/gotmail/patches/patch-Makefile +++ b/mail/gotmail/patches/patch-Makefile @@ -1,9 +1,12 @@ -$OpenBSD: patch-Makefile,v 1.1.1.1 2006/12/29 12:21:03 jasper Exp $ ---- Makefile.orig Sat Jul 22 08:50:40 2006 -+++ Makefile Fri Dec 29 11:27:47 2006 -@@ -10,8 +10,8 @@ +$OpenBSD: patch-Makefile,v 1.2 2007/05/08 20:06:48 kurt Exp $ +--- Makefile.orig Sat Apr 7 21:50:29 2007 ++++ Makefile Tue May 8 15:23:20 2007 +@@ -8,10 +8,10 @@ + # + APPNAME = gotmail - INSTALLOPTS = -c +-INSTALLOPTS = -cp ++INSTALLOPTS = -c INSTALL = install $(INSTALLOPTS) -MANCOMPRESS = .gz -PREFIX = /usr diff --git a/mail/gotmail/patches/patch-gotmail b/mail/gotmail/patches/patch-gotmail index 82aaee4c689..63aec2827b7 100644 --- a/mail/gotmail/patches/patch-gotmail +++ b/mail/gotmail/patches/patch-gotmail @@ -1,7 +1,7 @@ -$OpenBSD: patch-gotmail,v 1.1.1.1 2006/12/29 12:21:03 jasper Exp $ ---- gotmail.orig Tue Oct 10 00:09:44 2006 -+++ gotmail Fri Dec 29 13:16:02 2006 -@@ -156,7 +156,7 @@ my($conf_onlyspamscan) = 0; # 0 = no, 1 +$OpenBSD: patch-gotmail,v 1.2 2007/05/08 20:06:48 kurt Exp $ +--- gotmail.orig Sat Apr 7 22:00:30 2007 ++++ gotmail Tue May 8 15:17:32 2007 +@@ -156,7 +156,7 @@ my($conf_onlyspamscan) = 0; # 0 = no, 1 = yes my($conf_deletespam) = 0; # 0 = no, 1 = yes my($conf_movespam) = ""; my($conf_spamscore) = 4.5;