pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/oxipng graphics/oxipng: reset maintainer



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fcfbe346cd99
branches:  trunk
changeset: 379166:fcfbe346cd99
user:      pin <pin%pkgsrc.org@localhost>
date:      Thu May 12 09:38:46 2022 +0000

description:
graphics/oxipng: reset maintainer

diffstat:

 graphics/oxipng/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d0941926f448 -r fcfbe346cd99 graphics/oxipng/Makefile
--- a/graphics/oxipng/Makefile  Thu May 12 09:37:44 2022 +0000
+++ b/graphics/oxipng/Makefile  Thu May 12 09:38:46 2022 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2021/11/16 08:20:00 pin Exp $
+# $NetBSD: Makefile,v 1.7 2022/05/12 09:38:46 pin Exp $
 
 DISTNAME=      oxipng-5.0.1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=shssoichiro/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
-MAINTAINER=    pin%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-user%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/shssoichiro/oxipng/
 COMMENT=       Multithreaded PNG optimizer
 LICENSE=       mit
@@ -15,7 +15,8 @@
 INSTALLATION_DIRS=     bin
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/oxipng ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/oxipng \
+               ${DESTDIR}${PREFIX}/bin
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index