File tree Expand file tree Collapse file tree 6 files changed +7
-10
lines changed
Expand file tree Collapse file tree 6 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 77 workflow_dispatch :
88 inputs :
99 version :
10- description : ' Version to build (e.g., 1.0.3 )'
10+ description : ' Version to build (e.g., 1.0.4 )'
1111 required : true
12- default : ' 1.0.3 '
12+ default : ' 1.0.4 '
1313
1414permissions :
1515 contents : write
Original file line number Diff line number Diff line change 11# $FreeBSD$
22
33PORTNAME = pfSense-pkg-dnscrypt-proxy
4- PORTVERSION = 1.0.3
4+ PORTVERSION = 1.0.4
55CATEGORIES = dns
66MASTER_SITES = # empty
77DISTFILES= # empty
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ cd pfsense-dnscrypt-proxy
155155| Variable | Default | Description |
156156| ----------| ---------| -------------|
157157| ` DEPLOY_HOST ` | ` pf ` | SSH hostname for pfSense |
158- | ` PORTVERSION ` | ` 1.0.3 ` | Package version to build |
158+ | ` PORTVERSION ` | ` 1.0.4 ` | Package version to build |
159159
160160## Upstream PR
161161
Original file line number Diff line number Diff line change 1616
1717# --- Configuration ---
1818PORTNAME=" pfSense-pkg-dnscrypt-proxy"
19- PORTVERSION=" ${PORTVERSION:- 1.0.3 } "
19+ PORTVERSION=" ${PORTVERSION:- 1.0.4 } "
2020PREFIX=" /usr/local"
2121DATADIR=" ${PREFIX} /share/${PORTNAME} "
2222SCRIPT_DIR=" $( cd " $( dirname " $0 " ) " && pwd) "
@@ -38,7 +38,7 @@ usage() {
3838 echo " "
3939 echo " Environment variables:"
4040 echo " DEPLOY_HOST pfSense SSH host (default: pf)"
41- echo " PORTVERSION Package version (default: 1.0.3 )"
41+ echo " PORTVERSION Package version (default: 1.0.4 )"
4242}
4343
4444clean () {
Original file line number Diff line number Diff line change 11name: "pfSense-pkg-dnscrypt-proxy"
2- version: "1.0.3 "
2+ version: "1.0.4 "
33origin: "dns/pfSense-pkg-dnscrypt-proxy"
44comment: "pfSense package for DNSCrypt Proxy encrypted DNS client"
55maintainer: "ports@FreeBSD.org"
Original file line number Diff line number Diff line change @@ -13,6 +13,3 @@ pkg/dnscrypt-proxy-servers.xml
1313share/pfSense-pkg-dnscrypt-proxy/info.xml
1414www/dnscrypt-proxy-querylog.php
1515www/shortcuts/pkg_dnscrypt-proxy.inc
16- @dir bin/dnscrypt-proxy-bin
17- @dir /etc/inc/priv
18- @dir /etc/inc
You can’t perform that action at this time.
0 commit comments