summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2014-04-05 06:27:39 +0000
committerFrederic Culot <culot@FreeBSD.org>2014-04-05 06:27:39 +0000
commitb2161bcd0297c9df8fd4c0c2b22618bb77fe3315 (patch)
treeafbf2e17881f094cfbe85e941253b2040938027a /misc
parent- Update to 3.8.4.2 (diff)
- Update to 2-29-0 [1]
- Support staging - Add LICENSE (BSD 2-clause) PR: ports/188234 [1] Submitted by: Armin Gruner <ag-freebsd@muc.de> (maintainer)
Notes
Notes: svn path=/head/; revision=350197
Diffstat (limited to 'misc')
-rw-r--r--misc/esniper/Makefile17
-rw-r--r--misc/esniper/distinfo4
2 files changed, 9 insertions, 12 deletions
diff --git a/misc/esniper/Makefile b/misc/esniper/Makefile
index 18ed56141c70..cf8568e41d00 100644
--- a/misc/esniper/Makefile
+++ b/misc/esniper/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= esniper
-DISTVERSION= 2-28-0
-PORTREVISION= 1
+DISTVERSION= 2-29-0
CATEGORIES= misc net
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
@@ -11,28 +10,26 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ag-freebsd@muc.de
COMMENT= Lightweight console application for sniping ebay auctions
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
+LICENSE= BSD2CLAUSE
+
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-curl-config=${LOCALBASE}/bin/curl-config
USE_OPENSSL= yes
-MAN1= esniper.1
-
-PLIST_FILES= bin/esniper
+PLIST_FILES= bin/esniper man/man1/esniper.1.gz
PORTEXAMPLES= sample_auction.txt sample_config.txt
-NO_STAGE= yes
-
OPTIONS_DEFINE= EXAMPLES
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MEXAMPLES}
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${EXAMPLESDIR}
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
diff --git a/misc/esniper/distinfo b/misc/esniper/distinfo
index db038746ff4f..99b6c126cbbf 100644
--- a/misc/esniper/distinfo
+++ b/misc/esniper/distinfo
@@ -1,2 +1,2 @@
-SHA256 (esniper-2-28-0.tgz) = c2b0ccb757616b32f2d6cf54a4a5e367405fa7bcd6e6ed11835fe4f8a06a016b
-SIZE (esniper-2-28-0.tgz) = 130173
+SHA256 (esniper-2-29-0.tgz) = ac7713a4043fc432e7d2dc36b620972bc2dcdc0e6f0bade180082950ff725214
+SIZE (esniper-2-29-0.tgz) = 131362