Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2018 00:47:51 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459143 - head/graphics/py-mcomix
Message-ID:  <201801160047.w0G0lpoi057279@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Tue Jan 16 00:47:51 2018
New Revision: 459143
URL: https://svnweb.freebsd.org/changeset/ports/459143

Log:
  - Fix manpage installation in /usr/local/man/man1
  - Update WWW in pkg-descr
  - Bump PORTREVISION
  
  PR:		224852
  Submitted by:	myself
  Approved by:	ashish (maintainer timeout, 2 weeks)

Modified:
  head/graphics/py-mcomix/Makefile
  head/graphics/py-mcomix/pkg-descr

Modified: head/graphics/py-mcomix/Makefile
==============================================================================
--- head/graphics/py-mcomix/Makefile	Tue Jan 16 00:42:00 2018	(r459142)
+++ head/graphics/py-mcomix/Makefile	Tue Jan 16 00:47:51 2018	(r459143)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mcomix
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/MComix-${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,5 +20,9 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		python:2.7 tar:bzip2
 USE_GNOME=	pygtk2
 USE_PYTHON=	autoplist distutils
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|share/man/man1|man/man1|g' \
+		${WRKSRC}/setup.py
 
 .include <bsd.port.mk>

Modified: head/graphics/py-mcomix/pkg-descr
==============================================================================
--- head/graphics/py-mcomix/pkg-descr	Tue Jan 16 00:42:00 2018	(r459142)
+++ head/graphics/py-mcomix/pkg-descr	Tue Jan 16 00:47:51 2018	(r459143)
@@ -3,4 +3,4 @@ specifically designed to handle comic books, but also 
 generic viewer. It reads images in ZIP, RAR, 7Zip or tar archives as
 well as plain image files.
 
-WWW: http://mcomix.sourceforge.net/
+WWW: https://sourceforge.net/projects/mcomix/



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