diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-31 02:18:14 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-31 02:18:14 +0800 |
commit | de31f6831b17fd00626711af8b9315923e4c8013 (patch) | |
tree | 28c3dca12fbbbe0e28dcc3b3656eeba34ee7ac45 /security | |
parent | 32ae80ce14d601715864952ebcafbb02dc9d3aac (diff) | |
download | freebsd-ports-gnome-de31f6831b17fd00626711af8b9315923e4c8013.tar.gz freebsd-ports-gnome-de31f6831b17fd00626711af8b9315923e4c8013.tar.zst freebsd-ports-gnome-de31f6831b17fd00626711af8b9315923e4c8013.zip |
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 2 | ||||
-rw-r--r-- | security/gsasl/Makefile | 2 | ||||
-rw-r--r-- | security/hydra/Makefile | 1 | ||||
-rw-r--r-- | security/shishi/Makefile | 2 | ||||
-rw-r--r-- | security/skipfish/Makefile | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index ab88440f74e3..2ea860dec36b 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnutls PORTVERSION= 3.2.16 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v3.2 diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index c00b3023143f..204e8ae1db86 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsasl PORTVERSION= 1.8.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= GNU diff --git a/security/hydra/Makefile b/security/hydra/Makefile index 267525d22574..f4e2ec87740c 100644 --- a/security/hydra/Makefile +++ b/security/hydra/Makefile @@ -3,6 +3,7 @@ PORTNAME= hydra PORTVERSION= 8.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://www.thc.org/releases/ \ PACKETSTORM/groups/thc/ diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 587518545f13..8f765cf37c5c 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -2,7 +2,7 @@ PORTNAME= shishi PORTVERSION= 1.0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MASTER_SITES= GNU diff --git a/security/skipfish/Makefile b/security/skipfish/Makefile index d2ccc71f5619..ac6199582fb4 100644 --- a/security/skipfish/Makefile +++ b/security/skipfish/Makefile @@ -3,7 +3,7 @@ PORTNAME= skipfish PORTVERSION= 2.10b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} |