summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:01:22 -0700
committerVlad Glagolev2022-07-27 15:01:22 -0700
commit4e9d35fb767544c8ea0475f3d3ec28d26f41af39 (patch)
treead156d2f4f0d16cf8cbd02a14722ef3516d79787 /ftp
parent3f3299364b064b314253bc3ea5fb73ef45d22c9b (diff)
curlftpfs: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'ftp')
-rwxr-xr-xftp/curlftpfs/DEPENDS2
-rw-r--r--ftp/curlftpfs/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/ftp/curlftpfs/DEPENDS b/ftp/curlftpfs/DEPENDS
index 88cb666152..7ee353d5ec 100755
--- a/ftp/curlftpfs/DEPENDS
+++ b/ftp/curlftpfs/DEPENDS
@@ -1,3 +1,3 @@
depends curl &&
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends fuse
diff --git a/ftp/curlftpfs/HISTORY b/ftp/curlftpfs/HISTORY
index 08c6c4c8ed..b632b20d55 100644
--- a/ftp/curlftpfs/HISTORY
+++ b/ftp/curlftpfs/HISTORY
@@ -1,3 +1,6 @@
+2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: switch to PKG-CONFIG provider (automated)
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)