Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2018 23:13:27 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463166 - in head/print/cups-bjnp: . files
Message-ID:  <201802272313.w1RNDR72086943@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Tue Feb 27 23:13:27 2018
New Revision: 463166
URL: https://svnweb.freebsd.org/changeset/ports/463166

Log:
  - Update to 2.0.1
  - Add LICENSE
  - Use PLIST_FILES intead of pkg-plist file
  - Re-gen the patches to make portlint happy

Deleted:
  head/print/cups-bjnp/pkg-plist
Modified:
  head/print/cups-bjnp/Makefile
  head/print/cups-bjnp/distinfo
  head/print/cups-bjnp/files/patch-bjnp-debug.c
  head/print/cups-bjnp/files/patch-configure

Modified: head/print/cups-bjnp/Makefile
==============================================================================
--- head/print/cups-bjnp/Makefile	Tue Feb 27 22:34:45 2018	(r463165)
+++ head/print/cups-bjnp/Makefile	Tue Feb 27 23:13:27 2018	(r463166)
@@ -1,15 +1,19 @@
 # $FreeBSD$
 
 PORTNAME=	cups-bjnp
-PORTVERSION=	2.0
-PORTREVISION=	2
+PORTVERSION=	2.0.1
 CATEGORIES=	print
 MASTER_SITES=	SF
 
 MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	CUPS backend for Canon USB over IP protocol
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libcups.so:print/cups
+
+PLIST_FILES=	libexec/cups/backend/bjnp
 
 GNU_CONFIGURE=	yes
 # Just to avoid a tautological pointer compare in bjnp-commands.c:187

Modified: head/print/cups-bjnp/distinfo
==============================================================================
--- head/print/cups-bjnp/distinfo	Tue Feb 27 22:34:45 2018	(r463165)
+++ head/print/cups-bjnp/distinfo	Tue Feb 27 23:13:27 2018	(r463166)
@@ -1,2 +1,3 @@
-SHA256 (cups-bjnp-2.0.tar.gz) = 2acb716680d66f1378cf8dcd45fedf7f72ccc9b66fa80214d6dcb042b5e3c9ab
-SIZE (cups-bjnp-2.0.tar.gz) = 140617
+TIMESTAMP = 1519772479
+SHA256 (cups-bjnp-2.0.1.tar.gz) = 95b5940daf6ee46120efef9c05048ade9bb855de36280c140895f9672b2946c0
+SIZE (cups-bjnp-2.0.1.tar.gz) = 143552

Modified: head/print/cups-bjnp/files/patch-bjnp-debug.c
==============================================================================
--- head/print/cups-bjnp/files/patch-bjnp-debug.c	Tue Feb 27 22:34:45 2018	(r463165)
+++ head/print/cups-bjnp/files/patch-bjnp-debug.c	Tue Feb 27 23:13:27 2018	(r463166)
@@ -1,4 +1,4 @@
---- bjnp-debug.c.orig	2014-09-06 12:38:15 UTC
+--- bjnp-debug.c.orig	2018-02-21 11:40:53 UTC
 +++ bjnp-debug.c
 @@ -20,7 +20,7 @@
  
@@ -9,7 +9,7 @@
  #include <errno.h>
  #include "bjnp.h"
  
-@@ -58,7 +58,7 @@
+@@ -58,7 +58,7 @@ static logtable_entry_t logtable[] = {
  static bjnp_loglevel_t debug_level = LOG_ERROR;
  static FILE *debug_file = NULL;
  static time_t start_sec = 0;
@@ -18,7 +18,7 @@
  
  /*
   * local functions
-@@ -192,9 +192,9 @@
+@@ -192,9 +192,9 @@ bjnp_debug(bjnp_loglevel_t level, const char *fmt, ...
  {
      va_list ap;
      char printbuf[1024];
@@ -30,7 +30,7 @@
  
      if (level <= debug_level) {
          /* print received data into a string */
-@@ -211,16 +211,16 @@
+@@ -211,16 +211,16 @@ bjnp_debug(bjnp_loglevel_t level, const char *fmt, ...
          /* all log messages may go to the own logfile */
  
          if (debug_file != NULL) {
@@ -53,7 +53,7 @@
                      printbuf);
              fflush(debug_file);
          }
-@@ -234,12 +234,12 @@
+@@ -234,12 +234,12 @@ bjnp_set_debug_level(const char *level, const char *fi
       * set debug level to level (string)
       */
  

Modified: head/print/cups-bjnp/files/patch-configure
==============================================================================
--- head/print/cups-bjnp/files/patch-configure	Tue Feb 27 22:34:45 2018	(r463165)
+++ head/print/cups-bjnp/files/patch-configure	Tue Feb 27 23:13:27 2018	(r463166)
@@ -1,6 +1,6 @@
---- configure.orig	2013-08-14 02:30:58.000000000 -0700
-+++ configure	2013-08-14 02:30:31.000000000 -0700
-@@ -3946,7 +3946,7 @@
+--- configure.orig	2018-02-21 17:07:41 UTC
++++ configure
+@@ -3973,7 +3973,7 @@ done
  IFS=$ac_save_IFS
  
  



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