diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-25 02:34:16 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-25 02:34:16 +0800 |
commit | dd9461f57714144c86bbb90f59a0f314976d25a9 (patch) | |
tree | 14d88ff45e3710ccf80308fb8ce1a086cd5f11ae /net-im | |
parent | 9c0aaabc4099ac21625c4069b3383a89963c0c3d (diff) | |
download | freebsd-ports-gnome-dd9461f57714144c86bbb90f59a0f314976d25a9.tar.gz freebsd-ports-gnome-dd9461f57714144c86bbb90f59a0f314976d25a9.tar.zst freebsd-ports-gnome-dd9461f57714144c86bbb90f59a0f314976d25a9.zip |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample
databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip
databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)
devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla
dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
opened modules
mail/dovecot2:
- Add USES=libtool
mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip
math/gnumeric:
- USES=libtool tar:xz
Approved by: portmgr (implicit, bump unstaged ports)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ekiga/Makefile | 2 | ||||
-rw-r--r-- | net-im/jabberd/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/ekiga/Makefile b/net-im/ekiga/Makefile index 5e171ab5d1ef..9d13605a7d9a 100644 --- a/net-im/ekiga/Makefile +++ b/net-im/ekiga/Makefile @@ -3,7 +3,7 @@ PORTNAME= ekiga PORTVERSION= 4.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= GNOME #MASTER_SITES= http://www.ekiga.org/admin/downloads/latest/sources/ekiga_${PORTVERSION}/ diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 4688eddd54cf..bd321bac2233 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -3,7 +3,7 @@ PORTNAME= jabberd DISTVERSION= 2.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \ LOCAL/matthew/${PORTNAME} |