summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorTreeve Jelbert2019-01-20 10:26:04 +0100
committerTreeve Jelbert2019-01-20 10:26:04 +0100
commit48a86ce6cc989780e5e0948f94b249c10cce831f (patch)
tree8830a8bc9eb52484c2196025d35479328ca719f6 /mail
parent21bfb91d55496187c95632272df94258c1331cd1 (diff)
alpine - depend GNUPG
Diffstat (limited to 'mail')
-rwxr-xr-xmail/alpine/DEPENDS2
-rw-r--r--mail/alpine/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/mail/alpine/DEPENDS b/mail/alpine/DEPENDS
index 627a1ca62d..1318deb7ac 100755
--- a/mail/alpine/DEPENDS
+++ b/mail/alpine/DEPENDS
@@ -1,6 +1,6 @@
if [[ $ALPINE_TOPAL == y ]]; then
depends ada &&
- depends gnupg
+ depends GNUPG
fi &&
optional_depends SSL \
"--with-ssl-dir=$INSTALL_ROOT/usr \
diff --git a/mail/alpine/HISTORY b/mail/alpine/HISTORY
index 2444d8b2f8..569eb6dc6f 100644
--- a/mail/alpine/HISTORY
+++ b/mail/alpine/HISTORY
@@ -1,3 +1,6 @@
+2019-01-20 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: gnupg => GNUPG
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)