diff options
author | taca <taca@pkgsrc.org> | 2009-09-29 13:30:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-09-29 13:30:54 +0000 |
commit | f3cf5a3b8f9812fcae414b98d200203d1c7c1788 (patch) | |
tree | 2fc9582524c2faa216f3607f40f90778fa5ffcc4 /mail/squirrelmail | |
parent | a6b0b4e1323d8c3e9d11162456b688e9a9819f59 (diff) | |
download | pkgsrc-f3cf5a3b8f9812fcae414b98d200203d1c7c1788.tar.gz |
Obsolete squirrelmail-japanese and squirrelmail-lite package options.
* Currently, squirrelmail package is brokwn when enable squirrelmail-japanese
option and are/squirrelmail/functions/decode/iso_2022_jp.php was conflicted
between squirrelmail and squirrelmail-decode package.
* squirrelmail-japanese isn't available for squirrelmail-1.4.20-RC2.
Bump PKGREVISION.
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r-- | mail/squirrelmail/Makefile | 4 | ||||
-rw-r--r-- | mail/squirrelmail/PLIST | 3 | ||||
-rw-r--r-- | mail/squirrelmail/options.mk | 23 |
3 files changed, 3 insertions, 27 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index aed980d1c62..f50c80a955b 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.108 2009/08/26 12:47:17 tron Exp $ +# $NetBSD: Makefile,v 1.109 2009/09/29 13:30:54 taca Exp $ DISTNAME= squirrelmail-1.4.20-RC2 PKGNAME= ${DISTNAME:S/-RC2/rc2/} +PKGREVISION= 1 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/} EXTRACT_SUFX= .tar.bz2 @@ -28,7 +29,6 @@ PKG_USERS_VARS+= APACHE_USER BUILD_DEFS+= VARBASE .include "../../mk/bsd.prefs.mk" -.include "options.mk" PKG_SYSCONFSUBDIR?= httpd MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} diff --git a/mail/squirrelmail/PLIST b/mail/squirrelmail/PLIST index ee5ecb1bad5..7b96106a9da 100644 --- a/mail/squirrelmail/PLIST +++ b/mail/squirrelmail/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.33 2009/08/26 12:47:17 tron Exp $ -${PLIST.japanese}share/squirrelmail/functions/decode/iso_2022_jp.php +@comment $NetBSD: PLIST,v 1.34 2009/09/29 13:30:54 taca Exp $ man/man8/squirrelmail-conf.pl.8 share/examples/squirrelmail/squirrelmail.conf share/squirrelmail/README diff --git a/mail/squirrelmail/options.mk b/mail/squirrelmail/options.mk deleted file mode 100644 index b64f1ce3916..00000000000 --- a/mail/squirrelmail/options.mk +++ /dev/null @@ -1,23 +0,0 @@ -# $NetBSD: options.mk,v 1.13 2009/05/22 08:50:19 taca Exp $ - -PKG_OPTIONS_VAR= PKG_OPTIONS.squirrelmail -PKG_SUPPORTED_OPTIONS= squirrelmail-japanese squirrelmail-lite - -.include "../../mk/bsd.options.mk" - -PLIST_VARS+= japanese -.if !empty(PKG_OPTIONS:Msquirrelmail-japanese) -PLIST.japanese= yes -PATCHFILES+= squirrelmail-1.4.19-ja-20090522-patch.gz -SITES.squirrelmail-1.4.19-ja-20090522-patch.gz= \ - http://www.yamaai-tech.com/~masato/Download/ -PATCH_DIST_STRIP.squirrelmail-1.4.19-ja-20090522-patch.gz= -p1 -.endif - -.if !empty(PKG_OPTIONS:Msquirrelmail-lite) -PATCHFILES+= squirrelmail-1.4.18-lite-20090512-patch.bz2 -SITES.squirrelmail-1.4.18-lite-20090512-patch.bz2= \ - ftp://ftp.back-street.net/pub/squirrelmail/ - -DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.3:../../misc/php-mbstring -.endif |