summaryrefslogtreecommitdiff
path: root/mail/freepops/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz>2007-10-02 14:12:35 +0000
committerschmonz <schmonz>2007-10-02 14:12:35 +0000
commit25e1479e0e8f9fb23186cffb23ba204daeabc96a (patch)
tree895a8e85f0b3aafcf7191325533b4943e04b3768 /mail/freepops/Makefile
parentad2f2800a2b495f6d0b88d557622b9b440b79d47 (diff)
downloadpkgsrc-25e1479e0e8f9fb23186cffb23ba204daeabc96a.tar.gz
Hotmail's site has changed; update Hotmail module to get things
working again, and bump PKGREVISION. From the changelog: - Fix a slew of issues related to changes made by Hotmail and bugs that finally became issues. Added the "AllowUnsafe" parameter. - Merged in user submitted change and fixed a bug that was causing issues with properly ending messages. - Added the domain parameter for those with a hosted hotmail domain and fixed the infinite loop issue with live light. XXX FreePOPs has a self-updater for situations like this, but it's XXX nontrivial to package.
Diffstat (limited to 'mail/freepops/Makefile')
-rw-r--r--mail/freepops/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/freepops/Makefile b/mail/freepops/Makefile
index bd55f7a8580..a509350b674 100644
--- a/mail/freepops/Makefile
+++ b/mail/freepops/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2007/07/04 20:54:43 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2007/10/02 14:12:35 schmonz Exp $
#
DISTNAME= freepops-0.2.5
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freepops/}
@@ -50,6 +51,9 @@ FILES_SUBST+= FREEPOPSD_GROUP=${FREEPOPSD_GROUP:Q}
PKG_GROUPS_VARS+= FREEPOPSD_GROUP
PKG_USERS_VARS+= FREEPOPSD_USER
+post-extract:
+ cp ${FILESDIR}/hotmail.lua ${WRKSRC}/src/lua/hotmail.lua
+
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"