Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2013 13:36:10 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312764 - in head/print/hplip: . files
Message-ID:  <201302221336.r1MDaAja076943@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Fri Feb 22 13:36:10 2013
New Revision: 312764
URL: http://svnweb.freebsd.org/changeset/ports/312764

Log:
  Update to 3.13.2
  
  PR:		ports/176341
  Submitted by:	delphij

Modified:
  head/print/hplip/Makefile
  head/print/hplip/distinfo
  head/print/hplip/files/patch-installer__dcheck.py
  head/print/hplip/pkg-plist

Modified: head/print/hplip/Makefile
==============================================================================
--- head/print/hplip/Makefile	Fri Feb 22 13:10:11 2013	(r312763)
+++ head/print/hplip/Makefile	Fri Feb 22 13:36:10 2013	(r312764)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hplip
-PORTVERSION=	3.12.11
-PORTREVISION=	2
+PORTVERSION=	3.13.2
 CATEGORIES=	print
 MASTER_SITES=	SF
 
@@ -172,6 +171,7 @@ post-patch:
 		${REINPLACE_CMD} -e "s,^#!/usr/bin/python,#!/usr/bin/env python," \
 			base/magic.py \
 			config_usb_printer.py \
+			doctor.py \
 			logcapture.py \
 			makeuri.py \
 			setup.py \

Modified: head/print/hplip/distinfo
==============================================================================
--- head/print/hplip/distinfo	Fri Feb 22 13:10:11 2013	(r312763)
+++ head/print/hplip/distinfo	Fri Feb 22 13:36:10 2013	(r312764)
@@ -1,2 +1,2 @@
-SHA256 (hplip-3.12.11.tar.gz) = c5b81167b21aa4ee6bdf3f5c120bfa050d0c794608da8bcc32e2580234919ffa
-SIZE (hplip-3.12.11.tar.gz) = 21932088
+SHA256 (hplip-3.13.2.tar.gz) = 7dee21c30a15729b2107713a1b779ea07982064a38e2d4935e58e6f56d6d3592
+SIZE (hplip-3.13.2.tar.gz) = 21681714

Modified: head/print/hplip/files/patch-installer__dcheck.py
==============================================================================
--- head/print/hplip/files/patch-installer__dcheck.py	Fri Feb 22 13:10:11 2013	(r312763)
+++ head/print/hplip/files/patch-installer__dcheck.py	Fri Feb 22 13:36:10 2013	(r312764)
@@ -1,6 +1,6 @@
---- ./installer/dcheck.py.orig	2012-11-20 09:51:37.000000000 +0000
-+++ ./installer/dcheck.py	2013-01-22 14:25:58.685224662 +0000
-@@ -44,7 +44,11 @@
+--- installer/dcheck.py.orig	2013-02-21 18:40:18.368768559 -0800
++++ installer/dcheck.py	2013-02-21 18:43:03.116783408 -0800
+@@ -46,7 +46,11 @@
  def update_ld_output():
      # For library checks
      global ld_output
@@ -13,12 +13,12 @@
  
      if status != 0:
          log.debug("ldconfig failed.")
-@@ -373,6 +377,8 @@
+@@ -360,6 +364,8 @@
      except ImportError:
          return '-'
      else:
 +        if sys.platform.startswith('freebsd'):
 +            return '-'
-         LIBC = ctypes.CDLL(ctypes.util.find_library('c'), use_errno=True)
+ #        LIBC = ctypes.CDLL(ctypes.util.find_library('c'), use_errno=True)
+         LIBC = ctypes.CDLL(ctypes.util.find_library('c'),ctypes.DEFAULT_MODE,None, True)
          LIBC.gnu_get_libc_version.restype = ctypes.c_char_p
-         return LIBC.gnu_get_libc_version()

Modified: head/print/hplip/pkg-plist
==============================================================================
--- head/print/hplip/pkg-plist	Fri Feb 22 13:10:11 2013	(r312763)
+++ head/print/hplip/pkg-plist	Fri Feb 22 13:36:10 2013	(r312764)
@@ -1,12 +1,12 @@
 bin/hp-align
 bin/hp-check
-bin/hp-check-plugin
 bin/hp-clean
 bin/hp-colorcal
 bin/hp-config_usb_printer
 bin/hp-devicesettings
 bin/hp-diagnose_plugin
 bin/hp-diagnose_queues
+bin/hp-doctor
 bin/hp-fab
 bin/hp-faxsetup
 bin/hp-firmware
@@ -122,11 +122,15 @@ libexec/cups/filter/pstotiff
 %%DATADIR%%/base/mfpdtf.py
 %%DATADIR%%/base/models.py
 %%DATADIR%%/base/module.py
+%%DATADIR%%/base/os_utils.py
+%%DATADIR%%/base/password.py
 %%DATADIR%%/base/pexpect.py
 %%DATADIR%%/base/pkit.py
 %%DATADIR%%/base/pml.py
 %%DATADIR%%/base/queues.py
+%%DATADIR%%/base/services.py
 %%DATADIR%%/base/slp.py
+%%DATADIR%%/base/smart_install.py
 %%DATADIR%%/base/status.py
 %%DATADIR%%/base/strings.py
 %%DATADIR%%/base/tui.py
@@ -496,6 +500,7 @@ libexec/cups/filter/pstotiff
 %%DATADIR%%/devicesettings.py
 %%DATADIR%%/diagnose_plugin.py
 %%DATADIR%%/diagnose_queues.py
+%%DATADIR%%/doctor.py
 %%DATADIR%%/fab.py
 %%FAX%%%%DATADIR%%/fax/__init__.py
 %%FAX%%%%DATADIR%%/fax/coverpages.py
@@ -518,6 +523,7 @@ libexec/cups/filter/pstotiff
 %%DATADIR%%/installer/core_install.py
 %%DATADIR%%/installer/dcheck.py
 %%DATADIR%%/installer/distros.dat
+%%DATADIR%%/installer/pluginhandler.py
 %%DATADIR%%/levels.py
 %%DATADIR%%/linefeedcal.py
 %%DATADIR%%/logcapture.py
@@ -792,7 +798,6 @@ share/ppd/HP/hp-designjet_t770_postscrip
 share/ppd/HP/hp-designjet_t770ps_24in-ps.ppd.gz
 share/ppd/HP/hp-designjet_t790ps_24in-ps.ppd.gz
 share/ppd/HP/hp-designjet_t790ps_44in-ps.ppd.gz
-share/ppd/HP/hp-designjet_t800_t2000_premium-ps.ppd.gz
 share/ppd/HP/hp-designjet_z6100ps_42in_photo-ps.ppd.gz
 share/ppd/HP/hp-designjet_z6100ps_60in_photo-ps.ppd.gz
 share/ppd/HP/hp-designjet_z6200_42in_photo-ps.ppd.gz
@@ -1066,7 +1071,7 @@ share/ppd/HP/hp-laserjet_4-ps.ppd.gz
 share/ppd/HP/hp-laserjet_4000_series-hpijs-pcl3.ppd.gz
 share/ppd/HP/hp-laserjet_4000_series-ps.ppd.gz
 share/ppd/HP/hp-laserjet_400_m401-ps.ppd.gz
-share/ppd/HP/hp-laserjet_400_m401d-ps.ppd.gz
+share/ppd/HP/hp-laserjet_400_m401dne-ps.ppd.gz
 share/ppd/HP/hp-laserjet_400_mfp_m425-ps.ppd.gz
 share/ppd/HP/hp-laserjet_4050_series-hpijs-pcl3.ppd.gz
 share/ppd/HP/hp-laserjet_4050_series-ps.ppd.gz
@@ -1105,7 +1110,6 @@ share/ppd/HP/hp-laserjet_5000_series-ps.
 share/ppd/HP/hp-laserjet_500_color_m551-ps.ppd.gz
 share/ppd/HP/hp-laserjet_500_color_mfp_m570-ps.ppd.gz
 share/ppd/HP/hp-laserjet_500_color_mfp_m575-ps.ppd.gz
-share/ppd/HP/hp-laserjet_500_mfp_m521-ps.ppd.gz
 share/ppd/HP/hp-laserjet_500_mfp_m525-ps.ppd.gz
 share/ppd/HP/hp-laserjet_5100_series-hpijs-pcl3.ppd.gz
 share/ppd/HP/hp-laserjet_5100_series-ps.ppd.gz
@@ -1209,8 +1213,6 @@ share/ppd/HP/hp-laserjet_m9050_mfp-hpijs
 share/ppd/HP/hp-laserjet_m9050_mfp-ps.ppd.gz
 share/ppd/HP/hp-laserjet_m9059_mfp-hpijs-pcl3.ppd.gz
 share/ppd/HP/hp-laserjet_m9059_mfp-ps.ppd.gz
-share/ppd/HP/hp-laserjet_mfp_m521-ps.ppd.gz
-share/ppd/HP/hp-laserjet_mfp_m725-ps.ppd.gz
 share/ppd/HP/hp-laserjet_p1005-hpijs.ppd.gz
 share/ppd/HP/hp-laserjet_p1006-hpijs.ppd.gz
 share/ppd/HP/hp-laserjet_p1007-hpijs.ppd.gz
@@ -1337,6 +1339,7 @@ share/ppd/HP/hp-officejet_6700-hpijs.ppd
 share/ppd/HP/hp-officejet_7000_e809a-hpijs.ppd.gz
 share/ppd/HP/hp-officejet_7000_e809a_series-hpijs.ppd.gz
 share/ppd/HP/hp-officejet_7100_series-hpijs.ppd.gz
+share/ppd/HP/hp-officejet_7110_series-hpijs.ppd.gz
 share/ppd/HP/hp-officejet_7200_series-hpijs.ppd.gz
 share/ppd/HP/hp-officejet_7300_series-hpijs.ppd.gz
 share/ppd/HP/hp-officejet_7400_series-hpijs.ppd.gz
@@ -1365,8 +1368,6 @@ share/ppd/HP/hp-officejet_k80xi-hpijs.pp
 share/ppd/HP/hp-officejet_lx-hpijs.ppd.gz
 share/ppd/HP/hp-officejet_pro_1150c-hpijs.ppd.gz
 share/ppd/HP/hp-officejet_pro_1170c_series-hpijs.ppd.gz
-share/ppd/HP/hp-officejet_pro_251dw_printer-ps.ppd.gz
-share/ppd/HP/hp-officejet_pro_276dw_mfp-ps.ppd.gz
 share/ppd/HP/hp-officejet_pro_451_series-ps.ppd.gz
 share/ppd/HP/hp-officejet_pro_476_576_series-ps.ppd.gz
 share/ppd/HP/hp-officejet_pro_551_series-ps.ppd.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302221336.r1MDaAja076943>