update to slrn-1.0.3a, from Matthias Schmidt

This commit is contained in:
sthen 2020-07-25 17:02:37 +00:00
parent b7e117e5cc
commit ee476366da
3 changed files with 14 additions and 10 deletions

View File

@ -1,20 +1,24 @@
# $OpenBSD: Makefile,v 1.61 2020/02/03 20:40:40 sthen Exp $
# $OpenBSD: Makefile,v 1.62 2020/07/25 17:02:37 sthen Exp $
COMMENT= SLang-based newsreader
DISTNAME= slrn-1.0.2
REVISION= 3
PKGNAME= slrn-1.0.3
DISTNAME= ${PKGNAME}a
WRKDIST= ${WRKDIR}/${PKGNAME}
CATEGORIES= news
HOMEPAGE= http://slrn.sourceforge.net/
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= https://slrn.info/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB= c crypto iconv intl m ssl slang
MASTER_SITES= http://jedsoft.org/releases/slrn/ \
http://jedsoft.org/releases/slrn/old/
MASTER_SITES= https://jedsoft.org/releases/slrn/ \
https://jedsoft.org/releases/slrn/old/
MAKE_ARGS+= LDFLAGS="${LDFLAGS}"

View File

@ -1,2 +1,2 @@
SHA256 (slrn-1.0.2.tar.gz) = Iuz46X5NH1nEu6MwHmR0z5mJsx11fJpgttYKBb+oxr4=
SIZE (slrn-1.0.2.tar.gz) = 1532224
SHA256 (slrn-1.0.3a.tar.bz2) = O6ik1UkgFkDyuC1T+xvsElD5CAUqeYPwBhyYPGNMLaw=
SIZE (slrn-1.0.3a.tar.bz2) = 997138

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-autoconf_configure_ac,v 1.1 2019/05/22 11:54:37 naddy Exp $
$OpenBSD: patch-autoconf_configure_ac,v 1.2 2020/07/25 17:02:37 sthen Exp $
Index: autoconf/configure.ac
--- autoconf/configure.ac.orig
+++ autoconf/configure.ac
@@ -213,6 +213,7 @@ m4_include([./include/po.m4])
@@ -216,6 +216,7 @@ m4_include([./include/po.m4])
m4_include([./include/lib-ld.m4])
m4_include([./include/lib-link.m4])
m4_include([./include/lib-prefix.m4])