On Thu, 2 Feb 2017 10:23:49 -0500, Daniel Jakots <[email protected]>
wrote:

> new diff attached.

For real this time. (thanks Landry)
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.435
diff -u -p -r1.435 Makefile
--- Makefile	31 Jan 2017 21:53:07 -0000	1.435
+++ Makefile	2 Feb 2017 15:21:56 -0000
@@ -5,7 +5,7 @@ CATEGORIES =	devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =	quirks-2.280
+PKGNAME =	quirks-2.281
 PKG_ARCH =	*
 MAINTAINER =	Marc Espie <[email protected]>
 
Index: files/Quirks.pm
===================================================================
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.447
diff -u -p -r1.447 Quirks.pm
--- files/Quirks.pm	31 Jan 2017 21:53:07 -0000	1.447
+++ files/Quirks.pm	2 Feb 2017 15:21:56 -0000
@@ -409,6 +409,7 @@ my $stem_extensions = {
 	'py-ripe.atlas.tools' => 'ripe.atlas.tools',
 	'u-boot' => 'u-boot-arm',
 	'ja-w3m' => 'w3m',
+	'markdown' => 'py-markdown',
 };
 
 my $obsolete_reason = {
@@ -905,6 +906,7 @@ my $obsolete_reason = {
 	'rednotebook' => 5,
 	'py-webkitgtk' => 2,
 	'xombrero' => 3,
+	'claws-mail-htmlviewer' => 2,
 };
 
 # reasons for obsolete packages

Reply via email to