1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

- Update to 2.18.1

PR:		ports/122390
Submitted by:	Lewis Thompson <lewiz at compsoc.man.ac.uk> (maintainer)
This commit is contained in:
Rong-En Fan 2008-04-27 08:13:13 +00:00
parent fa8d31bce3
commit 4e076359de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212079
3 changed files with 5 additions and 15 deletions

View File

@ -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

View File

@ -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

View File

@ -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