diff options
author | miwi <miwi@FreeBSD.org> | 2007-09-19 19:20:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-09-19 19:20:15 +0800 |
commit | 487e694b9a64c41d78769b86de716acc9d47ccf6 (patch) | |
tree | 4e2e31e06f769066203f010d54349a130c90e11e /mail/claws-mail/Makefile | |
parent | 70d936648a9510e82c717bff6a6ca83ac569b5e6 (diff) | |
download | freebsd-ports-gnome-487e694b9a64c41d78769b86de716acc9d47ccf6.tar.gz freebsd-ports-gnome-487e694b9a64c41d78769b86de716acc9d47ccf6.tar.zst freebsd-ports-gnome-487e694b9a64c41d78769b86de716acc9d47ccf6.zip |
- Fix a Memory leak caused by gtk_container_get_children
- Bump PORTREVISION
Obtained from: claws-mail cvs
Approved by: netchild (maintainer)
Diffstat (limited to 'mail/claws-mail/Makefile')
-rw-r--r-- | mail/claws-mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index faee870875cc..15754a14a47a 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -7,6 +7,7 @@ PORTNAME= claws-mail PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws |