diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-18 00:08:20 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-18 00:08:20 +0800 |
commit | 5137915f02f3639083971f160cb502526089310b (patch) | |
tree | b54ec59780dc6e6e1159154ccadde6aa7d3e1c19 /net-mgmt | |
parent | ec78a9f4188b9298da4446cdc40db4360c27b807 (diff) | |
download | freebsd-ports-gnome-5137915f02f3639083971f160cb502526089310b.tar.gz freebsd-ports-gnome-5137915f02f3639083971f160cb502526089310b.tar.zst freebsd-ports-gnome-5137915f02f3639083971f160cb502526089310b.zip |
mail/libesmtp:
- Convert to USES=libtool and bump dependent ports
- Use option helpers
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/collectd/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/collectd5/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile index 584392996872..041b5a320bec 100644 --- a/net-mgmt/collectd/Makefile +++ b/net-mgmt/collectd/Makefile @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 4.10.9 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index cffb458b5b87..50744cf91c8d 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.4.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ PKGNAMESUFFIX= 5 |