diff options
author | schmonz <schmonz@pkgsrc.org> | 2007-10-02 14:12:35 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2007-10-02 14:12:35 +0000 |
commit | 28d2c4945380c0fe78fc4c98b6066ebefb6f92f7 (patch) | |
tree | 895a8e85f0b3aafcf7191325533b4943e04b3768 /mail/freepops/Makefile | |
parent | 749544c8888f99c49acafefb3028729fcdbc08e5 (diff) | |
download | pkgsrc-28d2c4945380c0fe78fc4c98b6066ebefb6f92f7.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/Makefile | 6 |
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" |