diff options
author | Aaron Ball <nullspoon@oper.io> | 2018-07-15 18:27:47 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2018-07-15 18:28:44 -0600 |
commit | 4fba0d9ec058ace01b8bf2f11fea6f206b980e4d (patch) | |
tree | a18dcefc38f61d36581412e6706168e351e81865 /mbsync | |
parent | 3235a0e67cb431c6775d2351caccf41266d719c8 (diff) | |
download | ports-4fba0d9ec058ace01b8bf2f11fea6f206b980e4d.tar.gz ports-4fba0d9ec058ace01b8bf2f11fea6f206b980e4d.tar.xz |
mbsync:removed perl5-timedate dependency
It appears the dependency on the perl timedate library was removed in
the 1.3.0 release of mbsync.
Diffstat (limited to 'mbsync')
-rw-r--r-- | mbsync/.signature | 5 | ||||
-rw-r--r-- | mbsync/Pkgfile | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/mbsync/.signature b/mbsync/.signature index 674d1e1..92a61d0 100644 --- a/mbsync/.signature +++ b/mbsync/.signature @@ -1,2 +1,5 @@ untrusted comment: verify with /etc/ports/nullspoon.pub -RWThnm0RuVZhZocA2+hy57KgcsboaaisWhIvAJvjoN5VS1LYnQucmQBFV6X6ugd/EB3Zn+c4pYbDhQ9NzfkGjMHaJMOCSFdPiQI= +RWThnm0RuVZhZkjUPsY9+9w1jt5orAOlNdBwpfTMyC6jmercLWubjCi3x8zqYDeBg59oOUPSmYDnnBp3rcZSJoMDnslOX8Ft8gw= +SHA256 (Pkgfile) = ad16e7f262af32832deec0a62c7a384474119677ef2a1a9a4373d10c1b68e643 +SHA256 (.footprint) = 42c1171cbcf26dc3a115842fcdb5be47777f0c485f44350a0e2e99f57b1aa615 +SHA256 (isync-1.3.0.tar.gz) = 8d5f583976e3119705bdba27fa4fc962e807ff5996f24f354957178ffa697c9c diff --git a/mbsync/Pkgfile b/mbsync/Pkgfile index f69d355..e3fec27 100644 --- a/mbsync/Pkgfile +++ b/mbsync/Pkgfile @@ -1,11 +1,13 @@ # Description: Mailbox synchronizer # URL: http://isync.sourceforge.net/ # Maintainer: Aaron Ball, nullspoon at oper dot io -# Depends on: perl5-timedate cyrus-sasl +# Depends on: + +#cyrus-sasl name=mbsync version=1.3.0 -release=1 +release=2 source=(http://downloads.sourceforge.net/project/isync/isync/${version}/isync-${version}.tar.gz) build() { |