diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-10-23 01:18:23 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-10-23 01:18:23 +0000 |
commit | a562f1b3e21cccb338bad359a3adf0394a69dede (patch) | |
tree | 6414ed301044473676513619fd87c8107c1824b6 /misc | |
parent | 6bd9501dcdb261447080d5b044de52f551e7ff26 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/esniper/Makefile | 2 | ||||
-rw-r--r-- | misc/esniper/distinfo | 6 | ||||
-rw-r--r-- | misc/esniper/files/patch-configure | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/misc/esniper/Makefile b/misc/esniper/Makefile index e6b2c04be67d..13e9b11d8de8 100644 --- a/misc/esniper/Makefile +++ b/misc/esniper/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= esniper -DISTVERSION= 2-16-1 +DISTVERSION= 2-17-1 CATEGORIES= misc net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/misc/esniper/distinfo b/misc/esniper/distinfo index d719294ed408..f079ab54d24d 100644 --- a/misc/esniper/distinfo +++ b/misc/esniper/distinfo @@ -1,3 +1,3 @@ -MD5 (esniper-2-16-1.tgz) = ac2d19016fb86e752d4040dd9bb86886 -SHA256 (esniper-2-16-1.tgz) = 245bede0ace0b933d60bbf6220746257fd08636b56cab9e21aa2f756d2cc16e3 -SIZE (esniper-2-16-1.tgz) = 108524 +MD5 (esniper-2-17-1.tgz) = 12c32c8bc0b959302a74a46991c38f1d +SHA256 (esniper-2-17-1.tgz) = 436a3865590c5752ebf4db3523bc173a62330a65a4c726348512639a39bc22d7 +SIZE (esniper-2-17-1.tgz) = 109677 diff --git a/misc/esniper/files/patch-configure b/misc/esniper/files/patch-configure new file mode 100644 index 000000000000..03a193100c22 --- /dev/null +++ b/misc/esniper/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sun Oct 21 15:46:58 2007 ++++ configure Sun Oct 21 15:47:18 2007 +@@ -2902,7 +2902,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lcurl $LIBS" ++LIBS="`$curl_config --libs` $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF |