diff options
author | adamw <adamw@FreeBSD.org> | 2013-12-12 09:32:34 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2013-12-12 09:32:34 +0800 |
commit | 4c2d66f2ba2faa4934eb362c0e9f46cb389109f6 (patch) | |
tree | bbbdbc02beb5c0022b27f21e39c10c22d0084d7b /mail/squirrelmail-change_ldappass-plugin | |
parent | 693872b9904e3fb8700e447a2c45d3bfb2115e82 (diff) | |
download | freebsd-ports-gnome-4c2d66f2ba2faa4934eb362c0e9f46cb389109f6.tar.gz freebsd-ports-gnome-4c2d66f2ba2faa4934eb362c0e9f46cb389109f6.tar.zst freebsd-ports-gnome-4c2d66f2ba2faa4934eb362c0e9f46cb389109f6.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>
Diffstat (limited to 'mail/squirrelmail-change_ldappass-plugin')
-rw-r--r-- | mail/squirrelmail-change_ldappass-plugin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/squirrelmail-change_ldappass-plugin/Makefile b/mail/squirrelmail-change_ldappass-plugin/Makefile index dd6f6dcde0ac..a68deac79f12 100644 --- a/mail/squirrelmail-change_ldappass-plugin/Makefile +++ b/mail/squirrelmail-change_ldappass-plugin/Makefile @@ -1,9 +1,10 @@ # Created by: Alexander Wittig <alexander@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@FreeBSD.org |