ports/contrib (3.5): updated some urls to use https
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit c68cd89ce63af23b61471625db3e954b7f0ff900 Author: Tim Biermann <tbier@posteo.de> Date: Fri Jun 19 08:56:07 2020 +0200 updated some urls to use https diff --git a/fuse-exfat/.signature b/fuse-exfat/.signature index acc3ea569..db10eb130 100644 --- a/fuse-exfat/.signature +++ b/fuse-exfat/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30IpP0GKtat/VRCzDESZr5LKM3eQjOJPEfZ+o7GrmrWj8BblwzgLATbXqKO2+9+stwXFXRdwocHiJ+jNZmVIPQc= -SHA256 (Pkgfile) = 9e8db5110fbe89b52bfa5137d3a8f0d01b2f397bac710f4c7a6de632a0af5d9b +RWSagIOpLGJF37wrwIdXE8+gSf/z5ShrVdcp8mk+fu1NYJXhdnazqP0i85iZvrWDUEPLASyuFMTsrakW7OAeweehD/mdbf1kjQc= +SHA256 (Pkgfile) = 10e30b8c6e66a0a01119a9edb7acb401a5af49e8d0444c59d1f7f8814dddde2e SHA256 (.footprint) = e1335decfdd21ae8e30774428d8204670a85e0b73d1506ad8ede2c8aeb585ab5 SHA256 (fuse-exfat-1.3.0.tar.gz) = 689bcb4a639acd2d45e6fa0ff455f7f18edb2421d4f4f42909943775adc0e375 diff --git a/fuse-exfat/Pkgfile b/fuse-exfat/Pkgfile index 6301a7197..764b6248c 100644 --- a/fuse-exfat/Pkgfile +++ b/fuse-exfat/Pkgfile @@ -1,7 +1,7 @@ -# Description: exfat filesystem implementation -# URL: http://code.google.com/p/exfat/ +# Description: exfat filesystem implementation +# URL: https://github.com/relan/exfat # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: fuse +# Depends on: fuse name=fuse-exfat version=1.3.0 @@ -9,16 +9,16 @@ release=1 source=(https://github.com/relan/exfat/archive/v$version/$name-$version.tar.gz) build () { - cd exfat-$version - aclocal - autoheader - automake --force-missing --add-missing - autoconf - ./configure \ - --prefix=/usr \ - --sbindir=/sbin - make CCFLAGS="$CFLAGS \ - -std=c99" LINKFLAGS="$LDFLAGS" \ - install DESTDIR=$PKG - install -D -m 644 fuse/mount.exfat-fuse.8 "$PKG/usr/share/man/man8/mount.exfat-fuse.8" + cd exfat-$version + aclocal + autoheader + automake --force-missing --add-missing + autoconf + ./configure \ + --prefix=/usr \ + --sbindir=/sbin + make CCFLAGS="$CFLAGS -std=c99" \ + LINKFLAGS=$LDFLAGS \ + install DESTDIR=$PKG + install -D -m 644 fuse/mount.exfat-fuse.8 $PKG/usr/share/man/man8/mount.exfat-fuse.8 } diff --git a/gtkmm3/.signature b/gtkmm3/.signature index 8687fcba1..6f2dc1e72 100644 --- a/gtkmm3/.signature +++ b/gtkmm3/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32Ih0uUtMMo6hYo5mSDlykDJRAj53vVCwXQ5R0C2xxEH4MrWubgmGu5hP0bA5smilzGIX8wkz1g2YPjZU/xM5wU= -SHA256 (Pkgfile) = a87f41065cb1fcc9b8ce9c9a434d0a5f7dd8895d8ea6d8622ac7e71039eab222 +RWSagIOpLGJF38TXKCu+6GzbqMc3WsvK008P309zDvFyld2P0tYR6CWRn2dLy58XTF/v6wAxwaW57241CfMXBr4BOygQ8wOsiQM= +SHA256 (Pkgfile) = bf4dbe9de08abfbe5b36f0c33dc66ecb6780a12b9a9b14c4497e646d4ca654bd SHA256 (.footprint) = 94c2bf5d27643533a3b9bdcce203dea4f280417800c5c64a78b349c35ef60f3e SHA256 (gtkmm-3.24.2.tar.xz) = 6d71091bcd1863133460d4188d04102810e9123de19706fb656b7bb915b4adc3 diff --git a/gtkmm3/Pkgfile b/gtkmm3/Pkgfile index 6c62b0fcf..d04ae50b5 100644 --- a/gtkmm3/Pkgfile +++ b/gtkmm3/Pkgfile @@ -1,5 +1,5 @@ # Description: A C++ wrapper for GTK3+ -# URL: http://www.gtkmm.org/en/ +# URL: https://www.gtkmm.org/en/ # Maintainer: Tim Biermann, tbier at posteo dot de # Packager: Pedja, predivan at mts dot rs # Depends on: glibmm pangomm cairomm gtk3 atkmm
participants (1)
-
crux@crux.nu