[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b8d5c2679c25f11cc4c82f8cef5ab9fc3cf3f4b8)

Treeve Jelbert scm at sourcemage.org
Tue Aug 14 05:47:52 EDT 2007


GIT changes to master grimoire by Treeve Jelbert <treeve at sourcemage.org>:

 printer/cups/BUILD   |    5 -----
 printer/cups/DEPENDS |    6 ++++++
 printer/cups/DETAILS |    4 ++--
 printer/cups/HISTORY |    6 ++++++
 4 files changed, 14 insertions(+), 7 deletions(-)

New commits:
commit b8d5c2679c25f11cc4c82f8cef5ab9fc3cf3f4b8
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    cups-1.3.0

diff --git a/printer/cups/BUILD b/printer/cups/BUILD
index d15cd0d..1c03a55 100755
--- a/printer/cups/BUILD
+++ b/printer/cups/BUILD
@@ -1,11 +1,6 @@
-# don't install xinetd script
-sedit "/XINETD=/D" configure            &&
 # prevent install of init scripts
 OPTS="$OPTS --without-rcdir"  &&
 # Set language options
-#local CLIST                   &&
-# remove leading blank
-#CLIST=`echo ${CUPS_LANG} | sed "s/^ *//"`  &&
 if [ ${EXTRA_LANG} == "n" ]; then
   OPTS="--without-languages $OPTS"
 else
diff --git a/printer/cups/DEPENDS b/printer/cups/DEPENDS
index 08f6423..777b7e0 100755
--- a/printer/cups/DEPENDS
+++ b/printer/cups/DEPENDS
@@ -3,6 +3,7 @@ depends  jpeg                                     &&
 depends  tiff                                     &&
 depends  libpng                                   &&
 depends  g++                                      &&
+depends  pkgconfig                                &&
 
 optional_depends  "dbus"                          \
                   "--enable-dbus"                 \
@@ -19,6 +20,11 @@ optional_depends  "gnutls"                        \
                   "--disable-gnutls"               \
                   "use GNU TLS for SSL/TLS support"  &&
 
+optional_depends  "openldap"                      \
+                  "--enable-ldap"                 \ 
+                  "--disable-ldap"                \ 
+                  "LDAP support"                  &&
+
 optional_depends  "openssl"                       \
                   "--enable-ssl"                  \
                   "--disable-ssl"                 \
diff --git a/printer/cups/DETAILS b/printer/cups/DETAILS
index acbe76c..d8c0033 100755
--- a/printer/cups/DETAILS
+++ b/printer/cups/DETAILS
@@ -1,6 +1,6 @@
            SPELL=cups
-         VERSION=1.2.12
-     SOURCE_HASH=sha512:9442493b7cd73e17a887916e55b96a954391448d1223c92715b2a951756bec70515f96410e50316a103f3a9436bc6a550132f0d23ebd40e5e46c6932911ac837
+         VERSION=1.3.0
+     SOURCE_HASH=sha512:c7740fb3283d57631d670d0ecf421533ebc96f1fd60f5e0f995f1dd77ce483541afd24ede66010b82c56b771f6e98b623c32009bfa31dd052208275208974574
          SOURCE=$SPELL-$VERSION-source.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/$SOURCE                                     ##  Oregon, USA
diff --git a/printer/cups/HISTORY b/printer/cups/HISTORY
index df804a7..d519073 100644
--- a/printer/cups/HISTORY
+++ b/printer/cups/HISTORY
@@ -1,3 +1,9 @@
+2007-08-14 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 1.3.0
+	* DEPENDS: add pkgconfig, optional openldap
+	* BUILD: remove sedit, it breaks configure
+	  remove obsolete comments
+
 2007-08-09 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: update description
 



More information about the SM-Commit mailing list