Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2023 22:39:36 GMT
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7b29fde72c3a - main - archivers/9e: Update WWW
Message-ID:  <202310302239.39UMdaPR096352@gitrepo.freebsd.org>

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

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

commit 7b29fde72c3aab0cbcd4e6f5d91edaa6044b9784
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2023-10-26 13:28:12 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2023-10-30 22:37:05 +0000

    archivers/9e: Update WWW
    
    Homepage link is dead (HTTP 404)
    Also reordeder Makefile components to make portclippy happy
---
 archivers/9e/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/archivers/9e/Makefile b/archivers/9e/Makefile
index ab9b4a17b7b6..126fd9752271 100644
--- a/archivers/9e/Makefile
+++ b/archivers/9e/Makefile
@@ -6,7 +6,7 @@ DISTNAME=	9e
 
 MAINTAINER=	rodrigo@FreeBSD.org
 COMMENT=	Explode Plan9 archives
-WWW=		http://www.bebik.net/doku.php?id=software:9e
+WWW=		https://osorio.me/projects/dev/9e/
 
 LICENSE=	LPL
 LICENSE_GROUPS=	OSI
@@ -14,8 +14,11 @@ LICENSE_NAME=	Lucent Public License
 LICENSE_TEXT=	http://opensource.org/licenses/LPL-1.02
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+MAKE_ARGS=	CC="${CC}" \
+		CFLAGS="${CFLAGS}" \
+		HDRS="" \
+		LIBS=""
 PLIST_FILES=	bin/9e
-MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LIBS="" HDRS=""
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/9e ${STAGEDIR}${PREFIX}/bin



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