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

(-)./distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (esniper-2-31-0.tgz) = 30d2378c700b72b5363c8af59e7566564d9ec8cd4b44cd389c2830907d7bc676
1
TIMESTAMP = 1489415563
2
SIZE (esniper-2-31-0.tgz) = 131583
2
SHA256 (esniper-2-33-0.tgz) = c9b8b10aefe5c397d7dee4c569f87f227c6710de528b1dc402379e5b4f1793dd
3
SIZE (esniper-2-33-0.tgz) = 133932
(-)./Makefile (-3 / +2 lines)
Lines 1-8 Link Here
1
# Created by: Lewis Thompson <lewiz@compsoc.man.ac.uk>
1
# Created by: Lewis Thompson <lewiz@compsoc.man.ac.uk>
2
# $FreeBSD: head/misc/esniper/Makefile 412348 2016-04-01 14:17:44Z mat $
2
# $FreeBSD: head/misc/esniper/Makefile 425335 2016-11-04 16:12:57Z jhale $
3
3
4
PORTNAME=	esniper
4
PORTNAME=	esniper
5
DISTVERSION=	2-31-0
5
DISTVERSION=	2-33-0
6
CATEGORIES=	misc net
6
CATEGORIES=	misc net
7
MASTER_SITES=	SF
7
MASTER_SITES=	SF
8
8
Lines 16-22 Link Here
16
USES=		tar:tgz
16
USES=		tar:tgz
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
CONFIGURE_ARGS=	--with-curl-config=${LOCALBASE}/bin/curl-config
18
CONFIGURE_ARGS=	--with-curl-config=${LOCALBASE}/bin/curl-config
19
USE_OPENSSL=	yes
20
19
21
PLIST_FILES=	bin/esniper man/man1/esniper.1.gz
20
PLIST_FILES=	bin/esniper man/man1/esniper.1.gz
22
21

Return to bug 217757