Index: head/graphics/comix/Makefile =================================================================== --- head/graphics/comix/Makefile (revision 151716) +++ head/graphics/comix/Makefile (revision 151717) @@ -1,47 +1,48 @@ # New ports collection makefile for: comix # Date created: 26 November 2005 # Whom: Mezz # # $FreeBSD$ # PORTNAME= comix -PORTVERSION= 2.2.1 +PORTVERSION= 2.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mezz@FreeBSD.org COMMENT= A GTK2 comic book viewer for .cbz, .cbr and .cbt files -RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar +RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \ + ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging NO_BUILD= yes USE_GNOME= pygtk2 USE_PYTHON= yes USE_X_PREFIX= yes USE_REINPLACE= yes DOCS= COPYING ChangeLog README MAN1= comix.1 post-extract: @${GUNZIP_CMD} ${WRKSRC}/comix.1.gz post-patch: @${REINPLACE_CMD} -e 's|share/man|man|g ; s|1.gz|1|g' \ ${WRKSRC}/install.py do-install: @(cd ${WRKSRC} ; \ ${PYTHON_CMD} install.py install --installdir ${PREFIX}) .ifndef (NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} .for i in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/graphics/comix/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/graphics/comix/distinfo =================================================================== --- head/graphics/comix/distinfo (revision 151716) +++ head/graphics/comix/distinfo (revision 151717) @@ -1,3 +1,3 @@ -MD5 (comix-2.2.1.tar.gz) = 0af9744e5eff7c8b2f6fa7eed7f92968 -SHA256 (comix-2.2.1.tar.gz) = 94acd21f42447c61b3eb337d5a54e7f70773a204c9bd2db88c09344aafec01dc -SIZE (comix-2.2.1.tar.gz) = 45511 +MD5 (comix-2.3.tar.gz) = c2825deca46f6954927827c1bf23a121 +SHA256 (comix-2.3.tar.gz) = e1fd7b1456f32efc14788e6ca8b43384e773b4982ead710da1d8517d97a0213c +SIZE (comix-2.3.tar.gz) = 49995 Property changes on: head/graphics/comix/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/graphics/comix/pkg-plist =================================================================== --- head/graphics/comix/pkg-plist (revision 151716) +++ head/graphics/comix/pkg-plist (revision 151717) @@ -1,8 +1,14 @@ bin/comix share/applications/comix.desktop %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README share/pixmaps/comix.png +share/pixmaps/comix/stock-flip-horizontal-16.png +share/pixmaps/comix/stock-flip-vertical-16.png +share/pixmaps/comix/stock-rotate-180-16.png +share/pixmaps/comix/stock-rotate-270-16.png +share/pixmaps/comix/stock-rotate-90-16.png +@dirrm share/pixmaps/comix %%PORTDOCS%%@dirrm %%DOCSDIR%% @unexec rmdir %D/share/applications 2> /dev/null || true Property changes on: head/graphics/comix/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property