diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-29 12:26:31 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-29 12:26:31 +0000 |
commit | 77045a02f1bf3577051e914e22509bc3c5b3af50 (patch) | |
tree | 33366e1799e4e6fbe180ac98d0c8f821003e8191 /net/nylon | |
parent | 7e0f869704726f804a11302d7f26a4d4e7e71920 (diff) | |
download | ports-77045a02f1bf3577051e914e22509bc3c5b3af50.tar.gz ports-77045a02f1bf3577051e914e22509bc3c5b3af50.zip |
Update to 1.2
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
PR: 53780
Approved by: fjoe (mentor) (implicit)
Notes
Notes:
svn path=/head/; revision=83821
Diffstat (limited to 'net/nylon')
-rw-r--r-- | net/nylon/Makefile | 3 | ||||
-rw-r--r-- | net/nylon/distinfo | 2 | ||||
-rw-r--r-- | net/nylon/files/patch-src-Makefile.in | 11 |
3 files changed, 3 insertions, 13 deletions
diff --git a/net/nylon/Makefile b/net/nylon/Makefile index 05187c8a6973..c189e4482053 100644 --- a/net/nylon/Makefile +++ b/net/nylon/Makefile @@ -7,7 +7,7 @@ # PORTNAME= nylon -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= net MASTER_SITES= http://monkey.org/~marius/nylon/ @@ -18,6 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes # Necessary for $PREFIX to work: +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libevent=${LOCALBASE} MAN1= nylon.1 diff --git a/net/nylon/distinfo b/net/nylon/distinfo index 32807a290a6e..9dce1fda323c 100644 --- a/net/nylon/distinfo +++ b/net/nylon/distinfo @@ -1 +1 @@ -MD5 (nylon-1.1.tar.gz) = 1c19da7e1b1518a0d93df74827d97d3f +MD5 (nylon-1.2.tar.gz) = ba95338fa19e7bc87689be1ac4a3581a diff --git a/net/nylon/files/patch-src-Makefile.in b/net/nylon/files/patch-src-Makefile.in deleted file mode 100644 index 67f4a4fb3cfb..000000000000 --- a/net/nylon/files/patch-src-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Mon Oct 21 19:32:41 2002 -+++ src/Makefile.in Mon Oct 21 19:33:00 2002 -@@ -92,7 +92,7 @@ - socks4.c socks5.c mirror.c cleanup.c misc.c - - --CFLAGS = @EVENTINC@ -Wall -g $(AM_CFLAGS) -+CFLAGS += @EVENTINC@ -Wall -g $(AM_CFLAGS) - LDADD = @EVENTLIB@ @LIBOBJS@ - - EXTRA_DIST = strlcpy.c strlcat.c setproctitle.c strsep.c err.c daemon.c |