diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-25 16:35:52 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-25 16:35:52 +0000 |
commit | b5d01873d1947a15dbf66e4ae5bb3a15c246bdb8 (patch) | |
tree | 015927831b23d76855a755a40ac93bb74dbbd044 /misc | |
parent | 44663e3c6114816f65797e805850540e0c5938ba (diff) | |
download | ports-b5d01873d1947a15dbf66e4ae5bb3a15c246bdb8.tar.gz ports-b5d01873d1947a15dbf66e4ae5bb3a15c246bdb8.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pantry/Makefile | 5 | ||||
-rw-r--r-- | misc/pantry/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/misc/pantry/Makefile b/misc/pantry/Makefile index 38b22a69b12d..8ba84556c2ad 100644 --- a/misc/pantry/Makefile +++ b/misc/pantry/Makefile @@ -7,7 +7,7 @@ PORTNAME= pantry PORTVERSION= 0.${DISTVERSION} -DISTVERSION= 18 +DISTVERSION= 20 CATEGORIES= misc MASTER_SITES= http://www.smileystation.com/pantry/downloads/ CENKES @@ -38,4 +38,7 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/master ${DATADIR}/ .endif +test: + ${PREFIX}/bin/pantry --ignore-case --name apple --print names ${DATADIR}/master + .include <bsd.port.mk> diff --git a/misc/pantry/distinfo b/misc/pantry/distinfo index 6713f6fa6600..2be543f8cebe 100644 --- a/misc/pantry/distinfo +++ b/misc/pantry/distinfo @@ -1,3 +1,3 @@ -MD5 (pantry-18.tar.gz) = 758ebb025027a6582c6f30da7c2f2ce9 -SHA256 (pantry-18.tar.gz) = 76cea213c2e9bb22e58c224d965e43800d5d1c82665c0086ed11fe4ac9f07a83 -SIZE (pantry-18.tar.gz) = 7439976 +MD5 (pantry-20.tar.gz) = 11feb0597fea866a201758cca170c8be +SHA256 (pantry-20.tar.gz) = a70b3c58df39943c66d96459c40625fc5ad10ac074047a21acb4cd68b990b60d +SIZE (pantry-20.tar.gz) = 7755686 |