pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/tin



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  5 12:05:23 UTC 2017

Modified Files:
        pkgsrc/news/tin: Makefile PLIST

Log Message:
Rename mmdf(5) to tin-mmdf(5) to fix conflict with mutt packages.

Bump PKGREVISION.

Addresses PR 52030 by Michael-John Turner.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/news/tin/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/news/tin/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/news/tin/Makefile
diff -u pkgsrc/news/tin/Makefile:1.73 pkgsrc/news/tin/Makefile:1.74
--- pkgsrc/news/tin/Makefile:1.73       Thu Jan 19 18:52:21 2017
+++ pkgsrc/news/tin/Makefile    Sun Mar  5 12:05:23 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.73 2017/01/19 18:52:21 agc Exp $
-#
+# $NetBSD: Makefile,v 1.74 2017/03/05 12:05:23 wiz Exp $
 
 DISTNAME=      tin-2.2.1
-PKGREVISION=   11
+PKGREVISION=   12
 CATEGORIES=    news
 MASTER_SITES=  ftp://ftp.tin.org/pub/news/clients/tin/stable/
 MASTER_SITES+= ftp://ftp.funet.fi/pub/unix/news/tin-unoff/
@@ -59,6 +58,7 @@ post-configure:
 
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/doc/WHATSNEW ${DESTDIR}${PREFIX}/share/doc/tin
+       ${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/mmdf.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/tin-mmdf.5
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../converters/uulib/buildlink3.mk"

Index: pkgsrc/news/tin/PLIST
diff -u pkgsrc/news/tin/PLIST:1.10 pkgsrc/news/tin/PLIST:1.11
--- pkgsrc/news/tin/PLIST:1.10  Sat Aug 23 10:05:58 2014
+++ pkgsrc/news/tin/PLIST       Sun Mar  5 12:05:23 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2014/08/23 10:05:58 obache Exp $
+@comment $NetBSD: PLIST,v 1.11 2017/03/05 12:05:23 wiz Exp $
 bin/metamutt
 bin/opt-case.pl
 bin/rtin
@@ -12,7 +12,7 @@ man/man1/tin.1
 man/man1/tinews.pl.1
 man/man1/url_handler.pl.1
 man/man1/w2r.pl.1
-man/man5/mmdf.5
+man/man5/tin-mmdf.5
 man/man5/tin.5
 share/doc/tin/WHATSNEW
 share/locale/da/LC_MESSAGES/tin.mo



Home | Main Index | Thread Index | Old Index