- Update to 2.16.1

- Tweak COMMENT

PR:		ports/113962
Submitted by:	Lewis Thompson <lewiz at compsoc.man.ac.uk> (maintainer)

- Respect NOPORTEXAMPLES
- Use PLIST_FILES, PORTEXAMPLES to kill small pkg-plist

Approved by:	maintainer timeout (14 days)
This commit is contained in:
Rong-En Fan 2007-07-08 07:34:58 +00:00
parent 40fcd6e83d
commit 4a36135c3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195207
3 changed files with 11 additions and 10 deletions

View File

@ -5,15 +5,14 @@
# $FreeBSD$
PORTNAME= esniper
DISTVERSION= 2-15-0
PORTREVISION= 1
DISTVERSION= 2-16-1
CATEGORIES= misc net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= lewiz@compsoc.man.ac.uk
COMMENT= Lightweight tool for sniping ebay auctions
COMMENT= A lightweight console application for sniping ebay auctions
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
@ -22,9 +21,15 @@ USE_OPENSSL= yes
MAN1= esniper.1
PLIST_FILES= bin/esniper
PORTEXAMPLES= sample_auction.txt sample_config.txt
post-install:
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/sample_auction.txt ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/sample_config.txt ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (esniper-2-15-0.tgz) = a3a855c3eae3b3e80e612da5f9883bc7
SHA256 (esniper-2-15-0.tgz) = 19cb8c6850cb40006bba0791b5a07d1fff49425af6001ecbddd0f5391f146ae2
SIZE (esniper-2-15-0.tgz) = 115905
MD5 (esniper-2-16-1.tgz) = ac2d19016fb86e752d4040dd9bb86886
SHA256 (esniper-2-16-1.tgz) = 245bede0ace0b933d60bbf6220746257fd08636b56cab9e21aa2f756d2cc16e3
SIZE (esniper-2-16-1.tgz) = 108524

View File

@ -1,4 +0,0 @@
bin/esniper
%%EXAMPLESDIR%%/sample_auction.txt
%%EXAMPLESDIR%%/sample_config.txt
@dirrm %%EXAMPLESDIR%%