aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-qmailadmin_login-plugin
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2013-12-12 01:32:34 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2013-12-12 01:32:34 +0000
commit54d4090b46652f62e29babfe3aeae6d2c948c3b0 (patch)
treebbbdbc02beb5c0022b27f21e39c10c22d0084d7b /mail/squirrelmail-qmailadmin_login-plugin
parentf2840a7f29d06efb44904da5176aa612cf775d77 (diff)
downloadports-54d4090b46652f62e29babfe3aeae6d2c948c3b0.tar.gz
ports-54d4090b46652f62e29babfe3aeae6d2c948c3b0.zip
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@lassitu.de>
Notes
Notes: svn path=/head/; revision=336240
Diffstat (limited to 'mail/squirrelmail-qmailadmin_login-plugin')
-rw-r--r--mail/squirrelmail-qmailadmin_login-plugin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/squirrelmail-qmailadmin_login-plugin/Makefile b/mail/squirrelmail-qmailadmin_login-plugin/Makefile
index 822f7d8380f8..16ef0a311027 100644
--- a/mail/squirrelmail-qmailadmin_login-plugin/Makefile
+++ b/mail/squirrelmail-qmailadmin_login-plugin/Makefile
@@ -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@FreeBSD.org