[39942] trunk/dports/graphics/sane-backends

macsforever2000 at macports.org macsforever2000 at macports.org
Sat Sep 13 14:20:57 PDT 2008


Revision: 39942
          http://trac.macports.org/changeset/39942
Author:   macsforever2000 at macports.org
Date:     2008-09-13 14:20:56 -0700 (Sat, 13 Sep 2008)
Log Message:
-----------
Updated to version 1.0.19. Removed patchfiles as it compiles fine without them now. Fixed lint issues. Closes ticket #16067.

Modified Paths:
--------------
    trunk/dports/graphics/sane-backends/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/sane-backends/files/

Modified: trunk/dports/graphics/sane-backends/Portfile
===================================================================
--- trunk/dports/graphics/sane-backends/Portfile	2008-09-13 20:22:51 UTC (rev 39941)
+++ trunk/dports/graphics/sane-backends/Portfile	2008-09-13 21:20:56 UTC (rev 39942)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem 1.0
+
 name            sane-backends
-version         1.0.18
-revision        1
+version         1.0.19
 categories      graphics
 maintainers     hama at hamazone.de
 description     Backends for scanner access
@@ -19,13 +19,10 @@
                 ftp://ftp.sane-project.org/pub/sane/${distname}/ \
                 ftp://ftp.sane-project.org/pub/sane/old-versions/${distname}/
 
-checksums       md5 7ca7e2908e24721471de92cf40c75e60 \
-                sha1 f4c360b87ced287e4015a0dafd766ad885c539e1 \
-                rmd160 aa863adff417d7c33cbb85c193878aa54a056100
+checksums       md5    8c0936272dcfd4e98c51512699f1c06f \
+                sha1   3ff8eefa8f32e72dcdbaa4bf20fe125df90144d5 \
+                rmd160 1aaf304cbfeb3d6c95f6081d04225441a87b6644
 
-patchfiles      patch-configure \
-                patch-backend_dell1600n_net.c
-
 depends_lib     port:jpeg \
                 port:libusb \
                 port:tiff \
@@ -37,21 +34,17 @@
                 --enable-local-backends --enable-libusb \
                 --without-gphoto2
 
-#turn off compilation of all backends but net
-variant disable_localbackends conflicts enable_pnmbackend with_gphoto2 {
+variant disable_localbackends conflicts enable_pnmbackend with_gphoto2 description "turn off compilation of all backends but net" {
     depends_lib-delete      port:libusb
     configure.args-delete   --enable-local-backends --enable-libusb
     configure.args-append   --disable-local-backends --disable-libusb
 }
 
-#enable the pnm backend for testing frontends
-#(possible security risk, see PROBLEMS file)
-variant enable_pnmbackend conflicts disable_localbackends {
+variant enable_pnmbackend conflicts disable_localbackends description "enable the pnm backend for testing frontends (possible security risk, see PROBLEMS file)" {
     configure.args-append   --enable-pnm-backend
 }
 
-#include the gphoto2 backend
-variant with_gphoto2 conflicts disable_localbackends {
+variant with_gphoto2 conflicts disable_localbackends description "include the gphoto2 backend" {
     depends_lib-append      port:libexif \
                             port:libgphoto2 \
                             port:pkgconfig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080913/48c526d0/attachment.html 


More information about the macports-changes mailing list