diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 11:19:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 11:19:29 +0800 |
commit | 320e1ae04a5cb648decf7687de1c7f4374992b84 (patch) | |
tree | e214c064234f069b4fcf1d4d9b33d13e1ac5ff74 /security/vinetto | |
parent | 30c5702c27b8779244ed77aaceab1faf8ebc99b7 (diff) | |
download | freebsd-ports-gnome-320e1ae04a5cb648decf7687de1c7f4374992b84.tar.gz freebsd-ports-gnome-320e1ae04a5cb648decf7687de1c7f4374992b84.tar.zst freebsd-ports-gnome-320e1ae04a5cb648decf7687de1c7f4374992b84.zip |
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
Diffstat (limited to 'security/vinetto')
-rw-r--r-- | security/vinetto/Makefile | 4 | ||||
-rw-r--r-- | security/vinetto/distinfo | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/security/vinetto/Makefile b/security/vinetto/Makefile index 078087461ba9..31bc236b24ec 100644 --- a/security/vinetto/Makefile +++ b/security/vinetto/Makefile @@ -7,7 +7,7 @@ PORTNAME= vinetto PORTVERSION= 0.07 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-beta-${PORTVERSION} DISTNAME= ${PORTNAME}-beta-${PORTVERSION} @@ -17,7 +17,7 @@ COMMENT= A forensics tool to examine Thumbs.db files OPTIONS= IMAGING "Build with ability to extract graphic thumbnails" on -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes PYDISTUTILS_PKGVERSION= 0.06alpha diff --git a/security/vinetto/distinfo b/security/vinetto/distinfo index ab905d817883..cf5100edd24c 100644 --- a/security/vinetto/distinfo +++ b/security/vinetto/distinfo @@ -1,3 +1,2 @@ -MD5 (vinetto-beta-0.07.tar.gz) = 3bfab4eaacde52a66a6829dddc7511cc SHA256 (vinetto-beta-0.07.tar.gz) = 1dccf3385e5654d4cb3bbf6a757e3639b142249f8e4badbdc7f8f2388a1f6367 SIZE (vinetto-beta-0.07.tar.gz) = 15800 |