mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Update slrn to 1.0.3 (bugfix release)
This commit is contained in:
parent
36855604d9
commit
cafcf717b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425577
@ -2,13 +2,15 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= slrn
|
||||
PORTVERSION= 1.0.2
|
||||
PORTVERSION= 1.0.3a
|
||||
CATEGORIES= news ipv6
|
||||
MASTER_SITES= http://www.jedsoft.org/releases/slrn/
|
||||
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= SLang-based newsreader
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
LIB_DEPENDS= libslang.so:devel/libslang2
|
||||
|
||||
CONFLICTS_INSTALL= ja-slrn-[0-9]*
|
||||
@ -20,6 +22,7 @@ CONFIGURE_ARGS+=--disable-inews --with-slrnpull \
|
||||
--with-non-gnu-iconv ${ICONV_CONFIGURE_ARG}
|
||||
|
||||
ALL_TARGET= all
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/[a-z]$//}
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
@ -28,7 +31,7 @@ OPTIONS_DEFAULT=SSL
|
||||
OPTIONS_SUB= yes
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_OFF= --disable-nls
|
||||
SSL_USE= OPENSSL
|
||||
SSL_USES= ssl
|
||||
SSL_CONFIGURE_WITH= ssl
|
||||
DEVIEW_DESC?= UUdecode view support
|
||||
DEVIEW_LIB_DEPENDS= libuu.so:converters/uulib
|
||||
@ -38,7 +41,5 @@ DOCS_CONFIGURE_OFF= --with-docdir=${WRKSRC}/dummy
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,/usr/lib/sendmail,/usr/sbin/sendmail,' \
|
||||
${WRKSRC}/src/slrnfeat.hin
|
||||
@${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' \
|
||||
${WRKSRC}/src/jdmacros.h
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (slrn-1.0.2.tar.bz2) = 99acbc51e7212ccc5c39556fa8ec6ada772f0bb5cc45a3bb90dadb8fe764fb59
|
||||
SIZE (slrn-1.0.2.tar.bz2) = 995433
|
||||
TIMESTAMP = 1478436588
|
||||
SHA256 (slrn-1.0.3a.tar.bz2) = 3ba8a4d549201640f2b82d53fb1bec1250f908052a7983f0061c983c634c2dac
|
||||
SIZE (slrn-1.0.3a.tar.bz2) = 997138
|
||||
|
Loading…
Reference in New Issue
Block a user