From 6e49faca5ce3a8c1759b9cc7d12b64abf0348848 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Thu, 4 Mar 2021 09:09:09 +0000 Subject: [PATCH] fossil: deleted unmaintained port --- fossil/.footprint | 7 ------- fossil/.signature | 5 ----- fossil/Pkgfile | 27 --------------------------- 3 files changed, 39 deletions(-) delete mode 100644 fossil/.footprint delete mode 100644 fossil/.signature delete mode 100644 fossil/Pkgfile diff --git a/fossil/.footprint b/fossil/.footprint deleted file mode 100644 index 444617bbf..000000000 --- a/fossil/.footprint +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/fossil -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/fossil.1.gz diff --git a/fossil/.signature b/fossil/.signature deleted file mode 100644 index 91829188f..000000000 --- a/fossil/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34yyh5Q63swRQGBN2nnjvGUhVCnLrK7ymLjzf6nQG7azOr30G3VWpVwqh7PyBm+v26LJS90Bw1tDufx+xrFq9QM= -SHA256 (Pkgfile) = fd88b7278242f39b39da611ddd44c09728231467b01b458f0b26a0b403195aaf -SHA256 (.footprint) = 7a2f53c9c11a5a3480015007aeed229c1cc6577748f4f165c23ce9dc70cebfc7 -SHA256 (fossil-src-2.14.tar.gz) = b8d0c920196dd8ae29152fa7448e513a1fa7c588871b785e3fbfc07b42a05fb9 diff --git a/fossil/Pkgfile b/fossil/Pkgfile deleted file mode 100644 index 00d01fdef..000000000 --- a/fossil/Pkgfile +++ /dev/null @@ -1,27 +0,0 @@ -# Description: Simple distributed SCM -# URL: https://www.fossil-scm.org/ -# Maintainer: John Vogel, jvogel4 at stny dot rr dot com -# Depends on: openssl sqlite3 zlib -# Optional: fuse - -name=fossil -version=2.14 -release=1 -source=(https://www.fossil-scm.org/index.html/uv/$name-src-$version.tar.gz) - -build() { - cd $name-$version - - ./configure \ - --prefix=/usr \ - --disable-internal-sqlite \ - --json \ - --with-th1-docs \ - --with-th1-hooks - - make -j1 bld bld/headers - make -j1 - make install DESTDIR=$PKG - - install -D -m 0644 fossil.1 $PKG/usr/share/man/man1/fossil.1 -}