Update to 0.0.2

* fixes url encoding issue which mangled 'pkg+http. to .pkg http'
* some comment typos fixed

In the port itself:

* patch /usr/local to %%PREFIX%% in upstream code
* use %%PREFIX%% in periodic script
* correct LICENSE_FILE
This commit is contained in:
Dan Langille 2020-01-12 15:13:50 +00:00
parent d11395ba1f
commit e42f2c8636
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522791
3 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= SamDruckerClientShell
PORTVERSION= 0.0.1
PORTVERSION= 0.0.2
CATEGORIES= sysutils
MASTER_SITES= GH
@ -9,7 +9,7 @@ MAINTAINER= dan@langille.org
COMMENT= Client for sending package information to SamDrucker
LICENSE= BSD2CLAUSE
LICENSE_FILE= LICENSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= dlangille

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1578841202
SHA256 (dlangille-SamDrucker-0.0.1_GH0.tar.gz) = 350883cb6839c44ed798d2603420ede49cbf44d6520653ee104e93c3c2b5ce48
SIZE (dlangille-SamDrucker-0.0.1_GH0.tar.gz) = 6841
TIMESTAMP = 1578841655
SHA256 (dlangille-SamDrucker-0.0.2_GH0.tar.gz) = b204a153f4c89f40961908438226a7ae9633c5d7420c1fa6936bb8ea846530c9
SIZE (dlangille-SamDrucker-0.0.2_GH0.tar.gz) = 6845

View file

@ -14,7 +14,7 @@ case "${samdrucker_client_enable:-YES}" in
[Yy][Ee][Ss])
anticongestion
if ! %%PREFIX%%/bin/samdrucker.sh ; then
echo 'ouch, something went wrong with /usr/local/bin/samdrucker.sh'
echo 'ouch, something went wrong with %%PREFIX%%/bin/samdrucker.sh'
rc=2
fi
;;