diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-12-18 02:49:13 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-12-18 02:49:13 +0800 |
commit | 2365fa8a8d2db52318e6ea6c22998cb21f93a57a (patch) | |
tree | 7c9b93d9e8c4c2a0850ae2d9b85cf796d7c4748e | |
parent | 887fbd2ce9ccfe8d104deca3c8de88e9c43410ea (diff) | |
download | freebsd-ports-graphics-2365fa8a8d2db52318e6ea6c22998cb21f93a57a.tar.gz freebsd-ports-graphics-2365fa8a8d2db52318e6ea6c22998cb21f93a57a.tar.zst freebsd-ports-graphics-2365fa8a8d2db52318e6ea6c22998cb21f93a57a.zip |
- Updated to 0.8.0.9694
Added support for email notifications. If you have smtp enabled,
notifications will be sent for each ticket as needed if you so choose.
Thanks to gregmac for this patch.
The other big change is that all ticket changes are now made in one
transaction.
-rw-r--r-- | www/trac-batchmodify/Makefile | 2 | ||||
-rw-r--r-- | www/trac-batchmodify/distinfo | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/trac-batchmodify/Makefile b/www/trac-batchmodify/Makefile index 422c6b7d386..5fc25e05f72 100644 --- a/www/trac-batchmodify/Makefile +++ b/www/trac-batchmodify/Makefile @@ -6,7 +6,7 @@ # PORTNAME= batchmodify -PORTVERSION= 0.7.0.8250 +PORTVERSION= 0.8.0.9694 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin diff --git a/www/trac-batchmodify/distinfo b/www/trac-batchmodify/distinfo index adfac75cb1b..dec0cd4c821 100644 --- a/www/trac-batchmodify/distinfo +++ b/www/trac-batchmodify/distinfo @@ -1,3 +1,2 @@ -MD5 (batchmodifyplugin-0.7.0.8250.zip) = d666a37fb91810e2ddb14f110d0aebdf -SHA256 (batchmodifyplugin-0.7.0.8250.zip) = fae36584885793f1b934125c4f725eefdad5eeda6c440c972a9c4832d7e446fe -SIZE (batchmodifyplugin-0.7.0.8250.zip) = 232161 +SHA256 (batchmodifyplugin-0.8.0.9694.zip) = 8ae92b32faf136b65d1914b876428f29b7a1042e35e80de382642319d288b639 +SIZE (batchmodifyplugin-0.8.0.9694.zip) = 301385 |