diff options
author | Frederic Culot <culot@FreeBSD.org> | 2014-04-05 06:27:39 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2014-04-05 06:27:39 +0000 |
commit | b2161bcd0297c9df8fd4c0c2b22618bb77fe3315 (patch) | |
tree | afbf2e17881f094cfbe85e941253b2040938027a /misc/esniper | |
parent | 51162bd38ddb10f6364fc1eb0fb70ea3e043d12c (diff) | |
download | ports-b2161bcd0297c9df8fd4c0c2b22618bb77fe3315.tar.gz ports-b2161bcd0297c9df8fd4c0c2b22618bb77fe3315.zip |
Notes
Diffstat (limited to 'misc/esniper')
-rw-r--r-- | misc/esniper/Makefile | 17 | ||||
-rw-r--r-- | misc/esniper/distinfo | 4 |
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 |