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-squirrel_logger-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-squirrel_logger-plugin')
-rw-r--r-- | mail/squirrelmail-squirrel_logger-plugin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/squirrelmail-squirrel_logger-plugin/Makefile b/mail/squirrelmail-squirrel_logger-plugin/Makefile index 90f8ee3589c5..aafd46c5ec83 100644 --- a/mail/squirrelmail-squirrel_logger-plugin/Makefile +++ b/mail/squirrelmail-squirrel_logger-plugin/Makefile @@ -3,6 +3,8 @@ PORTNAME= squirrel_logger PORTVERSION= 2.3 +PORTREVISION= 1 +CATEGORIES= mail www DISTNAME= ${PORTNAME}-${PORTVERSION}-1.2.7 MAINTAINER= ports@FreeBSD.org |