svn commit: r336240 - in head/mail: squirrelmail squirrelmail-abook_import_export-plugin squirrelmail-askuserinfo-plugin squirrelmail-avelsieve-plugin squirrelmail-calendar_file_backend-plugin squi...

Adam Weinberger adamw at FreeBSD.org
Thu Dec 12 01:32:42 UTC 2013


Author: adamw
Date: Thu Dec 12 01:32:34 2013
New Revision: 336240
URL: http://svnweb.freebsd.org/changeset/ports/336240

Log:
  It turns out that letting bsd.squirrelmail.mk define CATEGORIES
  broke PKGORIGIN, which is created in bsd.port.pre.mk. Oops.
  
  So, I've added CATEGORIES back to all the plugins, and bumped
  PORTREVISION so that packages with correct origins can be
  created.
  
  Thanks to:	Stefan Bethke <stb at lassitu.de>

Modified:
  head/mail/squirrelmail-abook_import_export-plugin/Makefile
  head/mail/squirrelmail-askuserinfo-plugin/Makefile
  head/mail/squirrelmail-avelsieve-plugin/Makefile
  head/mail/squirrelmail-calendar_file_backend-plugin/Makefile
  head/mail/squirrelmail-calendar_sql_backend-plugin/Makefile
  head/mail/squirrelmail-change_ldappass-plugin/Makefile
  head/mail/squirrelmail-change_sqlpass-plugin/Makefile
  head/mail/squirrelmail-check_quota-plugin/Makefile
  head/mail/squirrelmail-compatibility-plugin/Makefile
  head/mail/squirrelmail-email_footer-plugin/Makefile
  head/mail/squirrelmail-login_auth-plugin/Makefile
  head/mail/squirrelmail-login_notes-plugin/Makefile
  head/mail/squirrelmail-mark_read-plugin/Makefile
  head/mail/squirrelmail-multilogin-plugin/Makefile
  head/mail/squirrelmail-notes-plugin/Makefile
  head/mail/squirrelmail-notify-plugin/Makefile
  head/mail/squirrelmail-password_forget-plugin/Makefile
  head/mail/squirrelmail-pupdate-plugin/Makefile
  head/mail/squirrelmail-qmailadmin_login-plugin/Makefile
  head/mail/squirrelmail-quota_usage-plugin/Makefile
  head/mail/squirrelmail-sasql-plugin/Makefile
  head/mail/squirrelmail-secure_login-plugin/Makefile
  head/mail/squirrelmail-shared_calendars-plugin/Makefile
  head/mail/squirrelmail-spam-buttons-plugin/Makefile
  head/mail/squirrelmail-squirrel_logger-plugin/Makefile
  head/mail/squirrelmail-timeout_user-plugin/Makefile
  head/mail/squirrelmail-unsafe_image_rules-plugin/Makefile
  head/mail/squirrelmail-user_special_mailboxes-plugin/Makefile
  head/mail/squirrelmail-vlogin-plugin/Makefile
  head/mail/squirrelmail-websearch-plugin/Makefile
  head/mail/squirrelmail-wetteronline-plugin/Makefile
  head/mail/squirrelmail/bsd.squirrelmail.mk

Modified: head/mail/squirrelmail-abook_import_export-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-abook_import_export-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-abook_import_export-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,6 +3,8 @@
 
 PORTNAME=	abook_import_export
 PORTVERSION=	1.1
+PORTREVISION=	1
+CATEGORIES=	mail www
 DISTNAME=	${PORTNAME:S/-/_/}-${PORTVERSION}-1.4.4
 DIST_SUBDIR=	squirrelmail
 

Modified: head/mail/squirrelmail-askuserinfo-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-askuserinfo-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-askuserinfo-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -2,6 +2,8 @@
 
 PORTNAME=	askuserinfo
 PORTVERSION=	1.1
+PORTREVISION=	1
+CATEGORIES=		mail www
 DISTNAME=	${PORTNAME}.${PORTVERSION}-1.4.0
 
 MAINTAINER=	ports at FreeBSD.org

Modified: head/mail/squirrelmail-avelsieve-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-avelsieve-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-avelsieve-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,7 +3,8 @@
 
 PORTNAME=	avelsieve
 PORTVERSION=	1.9.7
-PORTREVISION=	2
+PORTREVISION=	3
+CATEGORIES=		mail www
 
 MAINTAINER=	neil at darlow.co.uk
 COMMENT=	SquirrelMail plugin for Server-Side Mail Filtering management

Modified: head/mail/squirrelmail-calendar_file_backend-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-calendar_file_backend-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-calendar_file_backend-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,7 +3,8 @@
 
 PORTNAME=		calendar_file_backend
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
+CATEGORIES=		mail www
 DISTNAME=		${PORTNAME}-${PORTVERSION}-2.0
 
 MAINTAINER=		ports at FreeBSD.org

Modified: head/mail/squirrelmail-calendar_sql_backend-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-calendar_sql_backend-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-calendar_sql_backend-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,7 +3,8 @@
 
 PORTNAME=		calendar_sql_backend
 PORTVERSION=	1.1
-PORTREVISION=	1
+PORTREVISION=	2
+CATEGORIES=		mail www
 DISTNAME=		${PORTNAME}-${PORTVERSION}-2.0
 DIST_SUBDIR=	squirrelmail
 

Modified: head/mail/squirrelmail-change_ldappass-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-change_ldappass-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-change_ldappass-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -1,9 +1,10 @@
 # Created by: Alexander Wittig <alexander at wittig.name>
 # $FreeBSD$
 
-PORTNAME=	change_ldappass
+PORTNAME=		change_ldappass
 PORTVERSION=	2.2
-PORTREVISION=	4
+PORTREVISION=	5
+CATEGORIES=		mail www
 DISTNAME=	${PORTNAME}-${PORTVERSION}-1.4.0
 
 MAINTAINER=	ports at FreeBSD.org

Modified: head/mail/squirrelmail-change_sqlpass-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-change_sqlpass-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-change_sqlpass-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,7 +3,8 @@
 
 PORTNAME=	change-sqlpass
 PORTVERSION=	3.3
-PORTREVISION=	1
+PORTREVISION=	2
+CATEGORIES=		mail www
 DISTNAME=	${PORTNAME:S/-/_/}-${PORTVERSION}-1.2
 
 MAINTAINER=	itetcu at FreeBSD.org

Modified: head/mail/squirrelmail-check_quota-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-check_quota-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-check_quota-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,7 +3,8 @@
 
 PORTNAME=	check-quota
 PORTVERSION=	2.2
-PORTREVISION=	1
+PORTREVISION=	2
+CATEGORIES=		mail www
 DISTNAME=	${PORTNAME:S/-/_/}-${PORTVERSION}-1.4.0
 
 MAINTAINER=	itetcu at FreeBSD.org

Modified: head/mail/squirrelmail-compatibility-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-compatibility-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-compatibility-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	compatibility
-PORTVERSION=	2.0.16
+PORTVERSION=2.0.16
 CATEGORIES=	mail www
 DISTNAME=	${PORTNAME}-${PORTVERSION}-1.0
 

Modified: head/mail/squirrelmail-email_footer-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-email_footer-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-email_footer-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,6 +3,8 @@
 
 PORTNAME=	email_footer
 PORTVERSION=0.6
+PORTREVISION=	1
+CATEGORIES=	mail www
 DISTNAME=	${PORTNAME}-${PORTVERSION}-1.4.2
 
 MAINTAINER=	ports at FreeBSD.org

Modified: head/mail/squirrelmail-login_auth-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-login_auth-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-login_auth-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,6 +3,8 @@
 
 PORTNAME=		login_auth
 PORTVERSION=		3.0
+PORTREVISION=	1
+CATEGORIES=		mail www
 MASTER_SITES=		http://www.squirrelmail.org/plugins/ \
 			http://www.transit.hanse.de/mirror/www.squirrelmail.org/plugins/
 DISTNAME=		${PORTNAME}-${PORTVERSION}-1.4.0

Modified: head/mail/squirrelmail-login_notes-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-login_notes-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-login_notes-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,6 +3,8 @@
 
 PORTNAME=	login_notes
 PORTVERSION=1.2
+PORTREVISION=	1
+CATEGORIES=	mail www
 DISTNAME=	${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.0
 
 MAINTAINER=	ports at FreeBSD.org

Modified: head/mail/squirrelmail-mark_read-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-mark_read-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-mark_read-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,7 +3,8 @@
 
 PORTNAME=	mark_read
 PORTVERSION=	1.4.2
-PORTREVISION=	2
+PORTREVISION=	3
+CATEGORIES=		mail www
 DISTNAME=	${PORTNAME:S/-/_/}-${PORTVERSION}-1.2
 
 MAINTAINER=	itetcu at FreeBSD.org

Modified: head/mail/squirrelmail-multilogin-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-multilogin-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-multilogin-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,6 +3,8 @@
 
 PORTNAME=		multilogin
 PORTVERSION=	2.4
+PORTREVISION=	2
+CATEGORIES=		mail www
 DISTNAME=	${PORTNAME}-${PORTVERSION}-1.2.9
 
 MAINTAINER=	ports at FreeBSD.org

Modified: head/mail/squirrelmail-notes-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-notes-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-notes-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,7 +3,8 @@
 
 PORTNAME=		notes
 PORTVERSION=	1.2
-PORTREVISION=	1
+PORTREVISION=	2
+CATEGORIES=		mail www
 DISTNAME=		${PORTNAME}.${PORTVERSION}-1.4.0
 
 MAINTAINER=		ports at FreeBSD.org

Modified: head/mail/squirrelmail-notify-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-notify-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-notify-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,7 +3,8 @@
 
 PORTNAME=		notify
 PORTVERSION=	1.3
-PORTREVISION=	1
+PORTREVISION=	2
+CATEGORIES=		mail www
 DISTNAME=		${PORTNAME}_${PORTVERSION:S/./_/g}
 
 MAINTAINER=		ports at FreeBSD.org

Modified: head/mail/squirrelmail-password_forget-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-password_forget-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-password_forget-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,6 +3,8 @@
 
 PORTNAME=	password_forget
 PORTVERSION=	2.2
+PORTREVISION=	1
+CATEGORIES=		mail www
 DISTNAME=	${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.0.1
 
 MAINTAINER=	neil at darlow.co.uk

Modified: head/mail/squirrelmail-pupdate-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-pupdate-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-pupdate-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,7 +3,8 @@
 
 PORTNAME=	pupdate
 PORTVERSION=	0.7
-PORTREVISION=	2
+PORTREVISION=	3
+CATEGORIES=		mail www
 DISTNAME=	${PORTNAME}.${PORTVERSION}-1.4.2
 
 MAINTAINER=	ports at FreeBSD.org

Modified: head/mail/squirrelmail-qmailadmin_login-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-qmailadmin_login-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-qmailadmin_login-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,7 +3,8 @@
 
 PORTNAME=		qmailadmin_login
 PORTVERSION=	1.1
-PORTREVISION=	2
+PORTREVISION=	3
+CATEGORIES=		mail www
 DISTNAME=		${PORTNAME}-${PORTVERSION}-1.4.3
 
 MAINTAINER=	ports at FreeBSD.org

Modified: head/mail/squirrelmail-quota_usage-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-quota_usage-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-quota_usage-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,7 +3,8 @@
 
 PORTNAME=		quota_usage
 PORTVERSION=	1.3.1
-PORTREVISION=	1
+PORTREVISION=	2
+CATEGORIES=		mail www
 DISTNAME=		${PORTNAME}-${PORTVERSION}-1.2.7
 
 MAINTAINER=		ports at FreeBSD.org

Modified: head/mail/squirrelmail-sasql-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-sasql-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-sasql-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,7 +3,8 @@
 
 PORTNAME=		sasql
 PORTVERSION=	3.2.0
-PORTREVISION=	1
+PORTREVISION=	2
+CATEGORIES=		mail www
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Edit SpamAssassin settings stored in an SQL DB

Modified: head/mail/squirrelmail-secure_login-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-secure_login-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-secure_login-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -2,7 +2,8 @@
 
 PORTNAME=	secure_login
 PORTVERSION=	1.4
-PORTREVISION=	1
+PORTREVISION=	2
+CATEGORIES=		mail www
 DISTNAME=	${PORTNAME}-${PORTVERSION}-1.2.8
 
 MAINTAINER=	ports at FreeBSD.org

Modified: head/mail/squirrelmail-shared_calendars-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-shared_calendars-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-shared_calendars-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,7 +3,8 @@
 
 PORTNAME=		shared_calendars
 PORTVERSION=	2.0.1
-PORTREVISION=	1
+PORTREVISION=	2
+CATEGORIES=		mail www
 DISTNAME=		${PORTNAME}-${PORTVERSION}-1.4.0
 
 MAINTAINER=		ports at FreeBSD.org

Modified: head/mail/squirrelmail-spam-buttons-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-spam-buttons-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-spam-buttons-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,6 +3,8 @@
 
 PORTNAME=	spam-buttons
 PORTVERSION=	2.3.1
+PORTREVISION=	1
+CATEGORIES=		mail www
 DISTNAME=	${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.0
 DIST_SUBDIR=	squirrelmail
 

Modified: head/mail/squirrelmail-squirrel_logger-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-squirrel_logger-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-squirrel_logger-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,6 +3,8 @@
 
 PORTNAME=	squirrel_logger
 PORTVERSION=	2.3
+PORTREVISION=	1
+CATEGORIES=		mail www
 DISTNAME=	${PORTNAME}-${PORTVERSION}-1.2.7
 
 MAINTAINER=	ports at FreeBSD.org

Modified: head/mail/squirrelmail-timeout_user-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-timeout_user-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-timeout_user-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -2,7 +2,8 @@
 
 PORTNAME=	timeout_user
 PORTVERSION=	1.1.1
-PORTREVISION=	3
+PORTREVISION=	4
+CATEGORIES=		mail www
 DISTNAME=	${PORTNAME}-${PORTVERSION}-0.5
 
 MAINTAINER=	ports at FreeBSD.org

Modified: head/mail/squirrelmail-unsafe_image_rules-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-unsafe_image_rules-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-unsafe_image_rules-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,7 +3,8 @@
 
 PORTNAME=	unsafe_image_rules
 PORTVERSION=	0.8
-PORTREVISION=	1
+PORTREVISION=	2
+CATEGORIES=		mail www
 DISTNAME=	${PORTNAME:S/-/_/}.${PORTVERSION}-1.4
 
 MAINTAINER=	itetcu at FreeBSD.org

Modified: head/mail/squirrelmail-user_special_mailboxes-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-user_special_mailboxes-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-user_special_mailboxes-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,7 +3,8 @@
 
 PORTNAME=	user_special_mailboxes
 PORTVERSION=	0.1
-PORTREVISION=	1
+PORTREVISION=	2
+CATEGORIES=		mail www
 DISTNAME=	${PORTNAME:S/-/_/}.${PORTVERSION}-1.4
 
 MAINTAINER=	itetcu at FreeBSD.org

Modified: head/mail/squirrelmail-vlogin-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-vlogin-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-vlogin-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,6 +3,8 @@
 
 PORTNAME=	vlogin
 PORTVERSION=	3.10.2
+PORTREVISION=	1
+CATEGORIES=		mail www
 DISTNAME=	${PORTNAME}-${PORTVERSION}-1.2.7
 
 MAINTAINER=	neil at darlow.co.uk

Modified: head/mail/squirrelmail-websearch-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-websearch-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-websearch-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,7 +3,8 @@
 
 PORTNAME=	web_search
 PORTVERSION=	0.1.6
-PORTREVISION=	2
+PORTREVISION=	3
+CATEGORIES=		mail www
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Plugin for Websearch

Modified: head/mail/squirrelmail-wetteronline-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-wetteronline-plugin/Makefile	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail-wetteronline-plugin/Makefile	Thu Dec 12 01:32:34 2013	(r336240)
@@ -3,7 +3,8 @@
 
 PORTNAME=		wetteronline
 PORTVERSION=	0.1
-PORTREVISION=	1
+PORTREVISION=	2
+CATEGORIES=		mail www
 
 MAINTAINER=		ports at FreeBSD.org
 COMMENT=		Plugin for the weather in Germany

Modified: head/mail/squirrelmail/bsd.squirrelmail.mk
==============================================================================
--- head/mail/squirrelmail/bsd.squirrelmail.mk	Wed Dec 11 23:45:46 2013	(r336239)
+++ head/mail/squirrelmail/bsd.squirrelmail.mk	Thu Dec 12 01:32:34 2013	(r336240)
@@ -28,7 +28,6 @@
 # tweaking. Feedback is always welcome.
 #
 
-CATEGORIES?=	mail www
 MASTER_SITES?=	http://www.squirrelmail.org/plugins/
 PKGNAMEPREFIX?=	squirrelmail-
 PKGNAMESUFFIX?=	-plugin


More information about the svn-ports-head mailing list