diff options
author | marino <marino@FreeBSD.org> | 2016-01-12 05:33:03 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-12 05:33:03 +0800 |
commit | 129c6728bfbcd5884d555303c4a4865c8078b6dd (patch) | |
tree | 7132caadbc9991aa59575dc41e815db5650dec1c | |
parent | 504744e522e49ae6d639ad0983bfa82cfddd0c08 (diff) | |
download | freebsd-ports-gnome-129c6728bfbcd5884d555303c4a4865c8078b6dd.tar.gz freebsd-ports-gnome-129c6728bfbcd5884d555303c4a4865c8078b6dd.tar.zst freebsd-ports-gnome-129c6728bfbcd5884d555303c4a4865c8078b6dd.zip |
ports-mgmt/synth: Fix potential installation problem
On DragonFly, $LOCALBASE/etc/pkg/repos always exists, so I forgot to
verify that. On FreeBSD, it doesn't necessarily. Make sure to create
this path if it's missing before trying to write 00_synth.conf there.
While here, add an error message if it still fails for any reason.
-rw-r--r-- | ports-mgmt/synth/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/synth/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index c13b8231fbc2..fb60d01091b3 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -3,7 +3,7 @@ PORTNAME= synth PORTVERSION= 0.98 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt @@ -21,7 +21,7 @@ USES= ada:6 ncurses:port USE_GITHUB= yes GH_ACCOUNT= jrmarino GH_PROJECT= synth_external:bundle -GH_TAGNAME= v1.3:bundle 9becf93 +GH_TAGNAME= v1.3:bundle c83a9d9 # When framework is moved to Ada6, the ada-util and ini-file-manager # libraries can be used as prebuilt (switch default.gpr url) diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo index a9619687d53d..35abda6e9b52 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v0.98-9becf93_GH0.tar.gz) = 81c91fc03e6600b67e3791aa9aa723a6e6076eceef51a2029fb10993835ec317 -SIZE (jrmarino-synth-v0.98-9becf93_GH0.tar.gz) = 73593 +SHA256 (jrmarino-synth-v0.98-c83a9d9_GH0.tar.gz) = 130b788b2952c5ef9e3fc7e3ce2e1230073030d9be327e96c955cc6c79338bb3 +SIZE (jrmarino-synth-v0.98-c83a9d9_GH0.tar.gz) = 73628 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283 |