Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 May 2021 09:15:48 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: edc5de54f13c - main - net/rp-pppoe: update to 3.15 release
Message-ID:  <202105080915.1489FmN0048384@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=edc5de54f13c155f1e96b6d6a75088c014803e5b

commit edc5de54f13c155f1e96b6d6a75088c014803e5b
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2021-05-08 09:14:40 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2021-05-08 09:15:43 +0000

    net/rp-pppoe: update to 3.15 release
    
    FreeBSD-relevant upstream change:
    src/pppoe.c: Don't ignore SIGTERM and SIGINT.  Send PADT and exit if one
    of those signals is received.
---
 net/rp-pppoe/Makefile | 6 ++----
 net/rp-pppoe/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile
index d36a503858fd..2aae27fc2219 100644
--- a/net/rp-pppoe/Makefile
+++ b/net/rp-pppoe/Makefile
@@ -1,7 +1,7 @@
 # Created by: Mario Sergio Fujikawa Ferreira <liouxFreeBSD.org>
 
 PORTNAME=	rp-pppoe
-PORTVERSION=	3.14
+PORTVERSION=	3.15
 PORTREVISION=	0
 CATEGORIES=	net
 MASTER_SITES=	https://dianne.skoll.ca/projects/rp-pppoe/download/
@@ -38,7 +38,7 @@ PORTDOCS=	*
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e "s!/etc/ppp!${PREFIX}/etc/ppp!g" \
+	@${SED} -i '' -e "s!/etc/ppp!${PREFIX}/etc/ppp!g" \
 		${WRKSRC}/man/* \
 		${WRKSRC}/configs/* \
 		${WRKSRC}/doc/HOW-TO-CONNECT
@@ -90,7 +90,5 @@ post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
 	${RM} ${STAGEDIR}${DOCSDIR}/KERNEL-MODE-PPPOE
-	# cleanup REINPLACE_CMD prefix hack leftovers:
-	${RM} ${STAGEDIR}${DOCSDIR}/*.bak
 
 .include <bsd.port.mk>
diff --git a/net/rp-pppoe/distinfo b/net/rp-pppoe/distinfo
index 1cc7668d7036..f68d121bfbeb 100644
--- a/net/rp-pppoe/distinfo
+++ b/net/rp-pppoe/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590618245
-SHA256 (rp-pppoe-3.14.tar.gz) = 7825232f64ab4d618ef074d62d145ae43d6edc91b9a718c6130a4742bac40e2a
-SIZE (rp-pppoe-3.14.tar.gz) = 224688
+TIMESTAMP = 1620464376
+SHA256 (rp-pppoe-3.15.tar.gz) = b1f318bc7e4e5b0fd8a8e23e8803f5e6e43165245a5a10a7162a92a6cf17829a
+SIZE (rp-pppoe-3.15.tar.gz) = 224966



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105080915.1489FmN0048384>