diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-27 08:13:13 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-27 08:13:13 +0000 |
commit | 4e076359de22360030c48a17326c89eacb0bef97 (patch) | |
tree | 3c2b7b0473c0fcadfee6fe5d4a20399e2a59da6d /misc/esniper | |
parent | fa8d31bce3af133733eaf5327a029cbc61fc46e5 (diff) | |
download | ports-4e076359de22360030c48a17326c89eacb0bef97.tar.gz ports-4e076359de22360030c48a17326c89eacb0bef97.zip |
Notes
Diffstat (limited to 'misc/esniper')
-rw-r--r-- | misc/esniper/Makefile | 3 | ||||
-rw-r--r-- | misc/esniper/distinfo | 6 | ||||
-rw-r--r-- | misc/esniper/files/patch-configure | 11 |
3 files changed, 5 insertions, 15 deletions
diff --git a/misc/esniper/Makefile b/misc/esniper/Makefile index db64fd6c3870..99f852ec802c 100644 --- a/misc/esniper/Makefile +++ b/misc/esniper/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= esniper -DISTVERSION= 2-17-1 +DISTVERSION= 2-18-1 CATEGORIES= misc net MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -16,6 +16,7 @@ COMMENT= A lightweight console application for sniping ebay auctions LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-curl-config=${LOCALBASE}/bin/curl-config USE_OPENSSL= yes MAN1= esniper.1 diff --git a/misc/esniper/distinfo b/misc/esniper/distinfo index f079ab54d24d..1781625c6bf7 100644 --- a/misc/esniper/distinfo +++ b/misc/esniper/distinfo @@ -1,3 +1,3 @@ -MD5 (esniper-2-17-1.tgz) = 12c32c8bc0b959302a74a46991c38f1d -SHA256 (esniper-2-17-1.tgz) = 436a3865590c5752ebf4db3523bc173a62330a65a4c726348512639a39bc22d7 -SIZE (esniper-2-17-1.tgz) = 109677 +MD5 (esniper-2-18-1.tgz) = b5dad4270657727951d89f410e63355f +SHA256 (esniper-2-18-1.tgz) = 970087ec3a4191d5c4d4ed242756b940f24f6ec34270b19f23c0cced2117f49f +SIZE (esniper-2-18-1.tgz) = 110498 diff --git a/misc/esniper/files/patch-configure b/misc/esniper/files/patch-configure deleted file mode 100644 index 03a193100c22..000000000000 --- a/misc/esniper/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |