diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-15 01:07:08 +0800 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-15 01:07:08 +0800 |
commit | e1c4707bab49a445d286c16116d18d54e213b1c0 (patch) | |
tree | 04c85b031b3bfa837bea4ce1098f07e265147ebb /net/netwib | |
parent | 13c002e952c5963263b7c7f75c08b2907aa79d9e (diff) | |
download | freebsd-ports-gnome-e1c4707bab49a445d286c16116d18d54e213b1c0.tar.gz freebsd-ports-gnome-e1c4707bab49a445d286c16116d18d54e213b1c0.tar.zst freebsd-ports-gnome-e1c4707bab49a445d286c16116d18d54e213b1c0.zip |
libnet update:
- move 1.0 obsoleted version to net/libnet10
net/libnet is latest Stable Version
net/libnet is latest Beta Version
- Fix all depended ports with a new DEPENDS scheme
- While I'm here fix security/yersinia build on 4.x
(getopt_long and ncurses issues)
PR: ports/85519 (based on)
Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com>
Diffstat (limited to 'net/netwib')
-rw-r--r-- | net/netwib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/netwib/Makefile b/net/netwib/Makefile index 3ec3a47263f4..2a7d5a4dce8f 100644 --- a/net/netwib/Makefile +++ b/net/netwib/Makefile @@ -7,6 +7,7 @@ PORTNAME= netwib PORTVERSION= 5.30.0 +PORTREVISION= 1 CATEGORIES= net devel ipv6 MASTER_SITES= http://www.laurentconstantin.com/common/netw/netwib/download/v5/ \ http://membres.lycos.fr/lauconstantin/common/netw/netwib/download/v5/ \ @@ -16,7 +17,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}-src.tgz ${PORTNAME}-${PORTVERSION}-doc_htm MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Netwib network programming library -BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel +BUILD_DEPENDS= libnet*>=1.1.2,1:${PORTSDIR}/net/libnet RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src/src |