svn commit: r459143 - head/graphics/py-mcomix

Carlos J. Puga Medina cpm at FreeBSD.org
Tue Jan 16 00:47:52 UTC 2018


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/


More information about the svn-ports-all mailing list