diff options
author | knu <knu@FreeBSD.org> | 2001-04-24 03:00:49 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-24 03:00:49 +0800 |
commit | 3de24f4b4a081ccd148865f8c73c17898fa6381e (patch) | |
tree | 4bd1ea803580080e3b386caa60d759ae8fdb8715 /security | |
parent | 3b01c1710f510fa8bf9249a87f35985531412da9 (diff) | |
download | freebsd-ports-gnome-3de24f4b4a081ccd148865f8c73c17898fa6381e.tar.gz freebsd-ports-gnome-3de24f4b4a081ccd148865f8c73c17898fa6381e.tar.zst freebsd-ports-gnome-3de24f4b4a081ccd148865f8c73c17898fa6381e.zip |
Update to 0.3. Only the configure script has been changed.
Drop support for legacy systems. (prior to 3.2-RELEASE)
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-tcpwrap/Makefile | 14 | ||||
-rw-r--r-- | security/ruby-tcpwrap/distinfo | 2 |
2 files changed, 5 insertions, 11 deletions
diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile index 50bbf5e82382..3683f41d0bfb 100644 --- a/security/ruby-tcpwrap/Makefile +++ b/security/ruby-tcpwrap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tcpwrap -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= security ruby MASTER_SITES= http://www.shugo.net/archive/ruby-tcpwrap/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -16,20 +16,14 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident -.if !exists(/usr/include/tcpd.h) -LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper -.endif USE_RUBY= yes USE_RUBY_EXTCONF= yes WRKSRC= ${WRKDIR}/ruby-${PORTNAME} -CONFIGURE_ARGS= --with-ident-dir="${LOCALBASE}" -.if !exists(/usr/include/tcpd.h) -CONFIGURE_ARGS+= --with-libwrap-dir="/usr" -.else -CONFIGURE_ARGS+= --with-libwrap-dir="${LOCALBASE}" -.endif +CONFIGURE_ARGS= --with-libwrap-dir="/usr" \ + --with-ident-dir="${LOCALBASE}" + INSTALL_TARGET= site-install DOCS_EN= README.en doc/tcpwrap.html.en diff --git a/security/ruby-tcpwrap/distinfo b/security/ruby-tcpwrap/distinfo index 4d7e4e2ec23f..bac2dc8e50ec 100644 --- a/security/ruby-tcpwrap/distinfo +++ b/security/ruby-tcpwrap/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-tcpwrap-0.2.tar.gz) = 118001a716d405f618417e9373f9cf60 +MD5 (ruby/ruby-tcpwrap-0.3.tar.gz) = 6f6ec0bbfc627109753596164ef41892 |