View | Details | Raw Unified | Return to bug 117396
Collapse All | Expand All

(-)esniper/Makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/misc/esniper/Makefile,v 1.5 2007/07/08 07:34:58 rafan Exp $
5
# $FreeBSD: ports/misc/esniper/Makefile,v 1.5 2007/07/08 07:34:58 rafan Exp $
6
6
7
PORTNAME=	esniper
7
PORTNAME=	esniper
8
DISTVERSION=	2-16-1
8
DISTVERSION=	2-17-1
9
CATEGORIES=	misc net
9
CATEGORIES=	misc net
10
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
10
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITE_SUBDIR=	${PORTNAME}
11
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)esniper/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (esniper-2-16-1.tgz) = ac2d19016fb86e752d4040dd9bb86886
1
MD5 (esniper-2-17-1.tgz) = 12c32c8bc0b959302a74a46991c38f1d
2
SHA256 (esniper-2-16-1.tgz) = 245bede0ace0b933d60bbf6220746257fd08636b56cab9e21aa2f756d2cc16e3
2
SHA256 (esniper-2-17-1.tgz) = 436a3865590c5752ebf4db3523bc173a62330a65a4c726348512639a39bc22d7
3
SIZE (esniper-2-16-1.tgz) = 108524
3
SIZE (esniper-2-17-1.tgz) = 109677
(-)esniper/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	Sun Oct 21 15:46:58 2007
2
+++ configure	Sun Oct 21 15:47:18 2007
3
@@ -2902,7 +2902,7 @@
4
   echo $ECHO_N "(cached) $ECHO_C" >&6
5
 else
6
   ac_check_lib_save_LIBS=$LIBS
7
-LIBS="-lcurl  $LIBS"
8
+LIBS="`$curl_config --libs`  $LIBS"
9
 cat >conftest.$ac_ext <<_ACEOF
10
 /* confdefs.h.  */
11
 _ACEOF

Return to bug 117396