diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-25 15:19:14 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:42 +0700 |
commit | 8f65990506a353bdb043f215325e7ab58b2ae01f (patch) | |
tree | a5b192a5642c7291173c4d34506b8ed651281506 | |
parent | 4b05e420c3912baf5e9bbacda7ffb9e153c522d7 (diff) | |
download | slackbuilds-8f65990506a353bdb043f215325e7ab58b2ae01f.tar.gz |
system/info2man: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/info2man/info2man.SlackBuild | 7 | ||||
-rw-r--r-- | system/info2man/info2man.info | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/system/info2man/info2man.SlackBuild b/system/info2man/info2man.SlackBuild index b082d3e150..2aaeb7ca98 100644 --- a/system/info2man/info2man.SlackBuild +++ b/system/info2man/info2man.SlackBuild @@ -6,6 +6,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20210825 bkw: no changes. looked at debian's 1.1-10, but there are +# no changes there that apply to us (only apply to debian's package +# building tools). + # 20201102 bkw: update for v1.1_9 (debian's 1.1-9) # 20140907 bkw: original site blocks downloads based on user-agent. Host @@ -22,9 +26,6 @@ BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/system/info2man/info2man.info b/system/info2man/info2man.info index d2349216cc..89f2471f2e 100644 --- a/system/info2man/info2man.info +++ b/system/info2man/info2man.info @@ -1,8 +1,8 @@ PRGNAM="info2man" VERSION="1.1_9" HOMEPAGE="https://packages.debian.org/sid/info2man" -DOWNLOAD="http://deb.debian.org/debian/pool/main/i/info2man/info2man_1.1.orig.tar.gz \ - http://deb.debian.org/debian/pool/main/i/info2man/info2man_1.1-9.debian.tar.xz" +DOWNLOAD="https://deb.debian.org/debian/pool/main/i/info2man/info2man_1.1.orig.tar.gz \ + https://deb.debian.org/debian/pool/main/i/info2man/info2man_1.1-9.debian.tar.xz" MD5SUM="37e9cd74683e1832a4f27ad5c7961a7b \ 0610fec52815b003df8732d3ab21f0f5" DOWNLOAD_x86_64="" |