Received: by mail.netbsd.org (Postfix, from userid 605) id A098B84DDF; Wed, 2 Oct 2019 07:20:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2658E84DDE for ; Wed, 2 Oct 2019 07:20:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pQ7X_1snRGyF for ; Wed, 2 Oct 2019 07:20:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5725284D27 for ; Wed, 2 Oct 2019 07:20:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4B9F5FBF4; Wed, 2 Oct 2019 07:20:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1570000825173800" MIME-Version: 1.0 Date: Wed, 2 Oct 2019 07:20:25 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/converters/dos2unix To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191002072025.4B9F5FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1570000825173800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Oct 2 07:20:25 UTC 2019 Modified Files: pkgsrc/converters/dos2unix: Makefile PLIST distinfo Removed Files: pkgsrc/converters/dos2unix/patches: patch-Makefile Log Message: dos2unix: Install all man pages to PKGMANDIR. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/converters/dos2unix/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/converters/dos2unix/PLIST cvs rdiff -u -r1.17 -r1.18 pkgsrc/converters/dos2unix/distinfo cvs rdiff -u -r1.4 -r0 pkgsrc/converters/dos2unix/patches/patch-Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1570000825173800 Content-Disposition: inline Content-Length: 4524 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/dos2unix/Makefile diff -u pkgsrc/converters/dos2unix/Makefile:1.28 pkgsrc/converters/dos2unix/Makefile:1.29 --- pkgsrc/converters/dos2unix/Makefile:1.28 Sun Aug 11 13:18:10 2019 +++ pkgsrc/converters/dos2unix/Makefile Wed Oct 2 07:20:24 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2019/08/11 13:18:10 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2019/10/02 07:20:24 nia Exp $ DISTNAME= dos2unix-7.4.0 PKGREVISION= 3 @@ -17,5 +17,10 @@ USE_TOOLS+= gmake msgfmt xgettext perl BUILD_MAKE_FLAGS+= LDFLAGS_EXTRA+="-L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lintl ${LDFLAGS}" INSTALL_MAKE_FLAGS+= prefix=${PREFIX} +INSTALLATION_DIRS+= ${PKGMANDIR} + +post-install: + ${MV} ${DESTDIR}${PREFIX}/share/man/* ${DESTDIR}${PREFIX}/${PKGMANDIR} || ${TRUE} + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/converters/dos2unix/PLIST diff -u pkgsrc/converters/dos2unix/PLIST:1.7 pkgsrc/converters/dos2unix/PLIST:1.8 --- pkgsrc/converters/dos2unix/PLIST:1.7 Thu Dec 31 22:27:58 2015 +++ pkgsrc/converters/dos2unix/PLIST Wed Oct 2 07:20:24 2019 @@ -1,12 +1,48 @@ -@comment $NetBSD: PLIST,v 1.7 2015/12/31 22:27:58 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.8 2019/10/02 07:20:24 nia Exp $ bin/dos2unix bin/mac2unix bin/unix2dos bin/unix2mac +man/de/man1/dos2unix.1 +man/de/man1/mac2unix.1 +man/de/man1/unix2dos.1 +man/de/man1/unix2mac.1 +man/es/man1/dos2unix.1 +man/es/man1/mac2unix.1 +man/es/man1/unix2dos.1 +man/es/man1/unix2mac.1 +man/fr/man1/dos2unix.1 +man/fr/man1/mac2unix.1 +man/fr/man1/unix2dos.1 +man/fr/man1/unix2mac.1 man/man1/dos2unix.1 man/man1/mac2unix.1 man/man1/unix2dos.1 man/man1/unix2mac.1 +man/nl/man1/dos2unix.1 +man/nl/man1/mac2unix.1 +man/nl/man1/unix2dos.1 +man/nl/man1/unix2mac.1 +man/pl/man1/dos2unix.1 +man/pl/man1/mac2unix.1 +man/pl/man1/unix2dos.1 +man/pl/man1/unix2mac.1 +man/pt_BR/man1/dos2unix.1 +man/pt_BR/man1/mac2unix.1 +man/pt_BR/man1/unix2dos.1 +man/pt_BR/man1/unix2mac.1 +man/sv/man1/dos2unix.1 +man/sv/man1/mac2unix.1 +man/sv/man1/unix2dos.1 +man/sv/man1/unix2mac.1 +man/uk/man1/dos2unix.1 +man/uk/man1/mac2unix.1 +man/uk/man1/unix2dos.1 +man/uk/man1/unix2mac.1 +man/zh_CN/man1/dos2unix.1 +man/zh_CN/man1/mac2unix.1 +man/zh_CN/man1/unix2dos.1 +man/zh_CN/man1/unix2mac.1 share/doc/${PKGNAME}/BUGS.txt share/doc/${PKGNAME}/COPYING.txt share/doc/${PKGNAME}/ChangeLog.txt @@ -52,39 +88,3 @@ share/locale/uk/LC_MESSAGES/dos2unix.mo share/locale/vi/LC_MESSAGES/dos2unix.mo share/locale/zh_CN/LC_MESSAGES/dos2unix.mo share/locale/zh_TW/LC_MESSAGES/dos2unix.mo -share/man/de/man1/dos2unix.1 -share/man/de/man1/mac2unix.1 -share/man/de/man1/unix2dos.1 -share/man/de/man1/unix2mac.1 -share/man/es/man1/dos2unix.1 -share/man/es/man1/mac2unix.1 -share/man/es/man1/unix2dos.1 -share/man/es/man1/unix2mac.1 -share/man/fr/man1/dos2unix.1 -share/man/fr/man1/mac2unix.1 -share/man/fr/man1/unix2dos.1 -share/man/fr/man1/unix2mac.1 -share/man/nl/man1/dos2unix.1 -share/man/nl/man1/mac2unix.1 -share/man/nl/man1/unix2dos.1 -share/man/nl/man1/unix2mac.1 -share/man/pl/man1/dos2unix.1 -share/man/pl/man1/mac2unix.1 -share/man/pl/man1/unix2dos.1 -share/man/pl/man1/unix2mac.1 -share/man/pt_BR/man1/dos2unix.1 -share/man/pt_BR/man1/mac2unix.1 -share/man/pt_BR/man1/unix2dos.1 -share/man/pt_BR/man1/unix2mac.1 -share/man/sv/man1/dos2unix.1 -share/man/sv/man1/mac2unix.1 -share/man/sv/man1/unix2dos.1 -share/man/sv/man1/unix2mac.1 -share/man/uk/man1/dos2unix.1 -share/man/uk/man1/mac2unix.1 -share/man/uk/man1/unix2dos.1 -share/man/uk/man1/unix2mac.1 -share/man/zh_CN/man1/dos2unix.1 -share/man/zh_CN/man1/mac2unix.1 -share/man/zh_CN/man1/unix2dos.1 -share/man/zh_CN/man1/unix2mac.1 Index: pkgsrc/converters/dos2unix/distinfo diff -u pkgsrc/converters/dos2unix/distinfo:1.17 pkgsrc/converters/dos2unix/distinfo:1.18 --- pkgsrc/converters/dos2unix/distinfo:1.17 Fri Oct 27 13:06:16 2017 +++ pkgsrc/converters/dos2unix/distinfo Wed Oct 2 07:20:24 2019 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.17 2017/10/27 13:06:16 ryoon Exp $ +$NetBSD: distinfo,v 1.18 2019/10/02 07:20:24 nia Exp $ SHA1 (dos2unix-7.4.0.tar.gz) = fec41c9ea7b87db597bd20abf79b053b82689974 RMD160 (dos2unix-7.4.0.tar.gz) = 5714e652b3549ed3cedd9237c68bda95ff9e2962 SHA512 (dos2unix-7.4.0.tar.gz) = 41be6b0c747f4a8e316eccecd468c8250aa6791962485569eb9496def60818ae434d619b5cfb5f80f15f8d17800314f5aefe229dc5d37faaa34e1270575175e9 Size (dos2unix-7.4.0.tar.gz) = 710339 bytes -SHA1 (patch-Makefile) = 78e9b2237c54805c08af242e85b1a97c327e5724 --_----------=_1570000825173800--