Index: head/security/vinetto/pkg-plist =================================================================== --- head/security/vinetto/pkg-plist (revision 397072) +++ head/security/vinetto/pkg-plist (nonexistent) @@ -1,11 +0,0 @@ -bin/vinetto -%%PYTHON_SITELIBDIR%%/vinreport.py -%%PYTHON_SITELIBDIR%%/vinreport.pyc -%%PYTHON_SITELIBDIR%%/vinreport.pyo -%%PYTHON_SITELIBDIR%%/vinutils.py -%%PYTHON_SITELIBDIR%%/vinutils.pyc -%%PYTHON_SITELIBDIR%%/vinutils.pyo -%%DATADIR%%/HtRepTemplate.html -%%DATADIR%%/header -%%DATADIR%%/huffman -%%DATADIR%%/quantization Property changes on: head/security/vinetto/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/vinetto/Makefile =================================================================== --- head/security/vinetto/Makefile (revision 397072) +++ head/security/vinetto/Makefile (revision 397073) @@ -1,33 +1,29 @@ # Created by: Aleksander Fafula # $FreeBSD$ PORTNAME= vinetto PORTVERSION= 0.07 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-beta-${PORTVERSION} DISTNAME= ${PORTNAME}-beta-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Forensics tool to examine Thumbs.db files -OPTIONS_DEFINE= THUMBNAILS -OPTIONS_DEFAULT=THUMBNAILS -IMAGING_DESC= Build with ability to extract graphic thumbnails +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow + USES= python -USE_PYTHON= distutils +USE_PYTHON= autoplist distutils PYDISTUTILS_PKGVERSION= 0.06alpha +NO_ARCH= yes -.include - -.if ${PORT_OPTIONS:MIMAGING} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow -.endif - -do-patch: - ${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/setup.py - ${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/vinreport.py - ${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/vinetto +post-patch: + @${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/vinreport.py + @${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/vinetto .include Index: head/security/vinetto/files/patch-vinetto =================================================================== --- head/security/vinetto/files/patch-vinetto (revision 397072) +++ head/security/vinetto/files/patch-vinetto (revision 397073) @@ -1,11 +1,11 @@ ---- vinetto.orig 2014-10-07 11:39:47 UTC +--- vinetto.orig 2015-09-16 16:24:54 UTC +++ vinetto -@@ -149,7 +149,7 @@ +@@ -149,7 +149,7 @@ if outputdir != None : outputdir += "/" try: -- from PIL import Image -+ import Image +- import Image ++ from PIL import Image PIL = "imported" except ImportError, e: print >> sys.stderr, ""