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-notes-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-notes-plugin')
-rw-r--r-- | mail/squirrelmail-notes-plugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/squirrelmail-notes-plugin/Makefile b/mail/squirrelmail-notes-plugin/Makefile index 4eda975e9366..48dd1b92aa77 100644 --- a/mail/squirrelmail-notes-plugin/Makefile +++ b/mail/squirrelmail-notes-plugin/Makefile @@ -3,7 +3,8 @@ PORTNAME= notes PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 +CATEGORIES= mail www DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.0 MAINTAINER= ports@FreeBSD.org |