Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2024 12:45:06 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 22f29c4e8b5e - main - textproc/minised: Update version 1.15=>1.16
Message-ID:  <202401101245.40ACj6rW080435@gitrepo.freebsd.org>

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

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

commit 22f29c4e8b5ed3ff09c87f15e3a473ee6ff87fef
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-10 12:02:57 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-10 12:44:50 +0000

    textproc/minised: Update version 1.15=>1.16
    
    - Update WWW
    - Add LICENSE BSD3CLAUSE
    - Adopting port as maintainers domain has expired
    
    Changelog: https://exactcode.com/opensource/minised/
    
    Approved by:    portmgr (blanket)
---
 textproc/minised/Makefile | 13 ++++++++-----
 textproc/minised/distinfo |  5 +++--
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/textproc/minised/Makefile b/textproc/minised/Makefile
index 06ed2f163741..539ca92fee06 100644
--- a/textproc/minised/Makefile
+++ b/textproc/minised/Makefile
@@ -1,20 +1,23 @@
 PORTNAME=	minised
-PORTVERSION=	1.15
+PORTVERSION=	1.16
 CATEGORIES=	textproc
 MASTER_SITES=	http://dl.exactcode.de/oss/minised/
 
-MAINTAINER=	portmaster@BSDforge.com
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Smaller, cheaper, faster sed implementation
-WWW=		http://www.exactcode.de/oss/minised/
+WWW=		https://exactcode.com/opensource/minised/
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 ALL_TARGET=	${PORTNAME}
-PLIST_FILES=	bin/${PORTNAME} man/man1/minised.1.gz
+PLIST_FILES=	bin/${PORTNAME} share/man/man1/minised.1.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-O1||' ${WRKSRC}/Makefile
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/
 
 .include <bsd.port.mk>
diff --git a/textproc/minised/distinfo b/textproc/minised/distinfo
index 1bf23f95cbdb..1e0f68a3ae24 100644
--- a/textproc/minised/distinfo
+++ b/textproc/minised/distinfo
@@ -1,2 +1,3 @@
-SHA256 (minised-1.15.tar.gz) = ada36a55b71d1f2eb61f2f3b95f112708ce51e69f601bf5ea5d7acb7c21b3481
-SIZE (minised-1.15.tar.gz) = 32224
+TIMESTAMP = 1704887665
+SHA256 (minised-1.16.tar.gz) = 46e072d5d45c9fd3d5b268523501bbea0ad016232b2d3f366a7aad0b1e7b3f71
+SIZE (minised-1.16.tar.gz) = 31067



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