Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2017-06-12 20:18:53 +0300
committerBryan Drewery <bryan@shatow.net>2017-06-13 20:37:20 +0300
commit87274321e420753319e7cc67396ca20e973542d2 (patch)
treecc26fe36a5384cfc0e9a74a40be8baf70dd8712c /test/port_var_fetch.sh
parentfa1c27382524bb3a9ca2e73b3044cac42c450dd4 (diff)
Import partial ports tree at r443400 for FLAVOR tests
Issue #488
Diffstat (limited to 'test/port_var_fetch.sh')
-rw-r--r--test/port_var_fetch.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/port_var_fetch.sh b/test/port_var_fetch.sh
index 344f134f..ac6092b7 100644
--- a/test/port_var_fetch.sh
+++ b/test/port_var_fetch.sh
@@ -21,10 +21,10 @@ port_var_fetch "devel/port_var_fetch1" \
assert "py34-sqlrelay-1.0.0_2" "${pkgname}" "PKGNAME"
# Test -f Mk/bsd.port.mk usage
-pkgname=
+maintainer=
port_var_fetch '' \
- PKGNAME pkgname
-assert "works" "${pkgname}" "PKGNAME from -f Mk/bsd.port.mk"
+ MAINTAINER maintainer
+assert "ports@FreeBSD.org" "${maintainer}" "MAINTAINER from -f Mk/bsd.port.mk"
port_var_fetch "devel/port_var_fetch1" \
FOO='BLAH BLAH ${PKGNAME}' \