diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-08 07:34:58 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-08 07:34:58 +0000 |
commit | 4a36135c3b35f4deec09d37b496e6680db4e341a (patch) | |
tree | 2b70b483d5f1b54b058a22a57440d13676c490ab /misc/esniper | |
parent | 40fcd6e83dddf53b515239e69f00ab1850cdc6a3 (diff) | |
download | ports-4a36135c3b35f4deec09d37b496e6680db4e341a.tar.gz ports-4a36135c3b35f4deec09d37b496e6680db4e341a.zip |
Notes
Diffstat (limited to 'misc/esniper')
-rw-r--r-- | misc/esniper/Makefile | 11 | ||||
-rw-r--r-- | misc/esniper/distinfo | 6 | ||||
-rw-r--r-- | misc/esniper/pkg-plist | 4 |
3 files changed, 11 insertions, 10 deletions
diff --git a/misc/esniper/Makefile b/misc/esniper/Makefile index 833cdb544921..e6b2c04be67d 100644 --- a/misc/esniper/Makefile +++ b/misc/esniper/Makefile @@ -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> diff --git a/misc/esniper/distinfo b/misc/esniper/distinfo index a67e140acb4f..d719294ed408 100644 --- a/misc/esniper/distinfo +++ b/misc/esniper/distinfo @@ -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 diff --git a/misc/esniper/pkg-plist b/misc/esniper/pkg-plist deleted file mode 100644 index 556f10454022..000000000000 --- a/misc/esniper/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/esniper -%%EXAMPLESDIR%%/sample_auction.txt -%%EXAMPLESDIR%%/sample_config.txt -@dirrm %%EXAMPLESDIR%% |