diff options
author | culot <culot@FreeBSD.org> | 2014-04-05 14:27:39 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-04-05 14:27:39 +0800 |
commit | 0b21ca8bcb1e5585aed509a881aa05b351089f65 (patch) | |
tree | afbf2e17881f094cfbe85e941253b2040938027a /misc/esniper | |
parent | 1289cb01ac39a607d38f4384c79b218501d67296 (diff) | |
download | freebsd-ports-gnome-0b21ca8bcb1e5585aed509a881aa05b351089f65.tar.gz freebsd-ports-gnome-0b21ca8bcb1e5585aed509a881aa05b351089f65.tar.zst freebsd-ports-gnome-0b21ca8bcb1e5585aed509a881aa05b351089f65.zip |
- 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)
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 |