Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2014 06:27:39 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350197 - head/misc/esniper
Message-ID:  <201404050627.s356RdXt025618@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Sat Apr  5 06:27:39 2014
New Revision: 350197
URL: http://svnweb.freebsd.org/changeset/ports/350197
QAT: https://qat.redports.org/buildarchive/r350197/

Log:
  - 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)

Modified:
  head/misc/esniper/Makefile
  head/misc/esniper/distinfo

Modified: head/misc/esniper/Makefile
==============================================================================
--- head/misc/esniper/Makefile	Sat Apr  5 06:06:47 2014	(r350196)
+++ head/misc/esniper/Makefile	Sat Apr  5 06:27:39 2014	(r350197)
@@ -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>

Modified: head/misc/esniper/distinfo
==============================================================================
--- head/misc/esniper/distinfo	Sat Apr  5 06:06:47 2014	(r350196)
+++ head/misc/esniper/distinfo	Sat Apr  5 06:27:39 2014	(r350197)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404050627.s356RdXt025618>