Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2016 11:35:29 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411554 - in head/print/hplip: . files
Message-ID:  <201603211135.u2LBZTq0044144@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Mon Mar 21 11:35:29 2016
New Revision: 411554
URL: https://svnweb.freebsd.org/changeset/ports/411554

Log:
  Remove pkg-message.  It's no longer needed and causing confusion.
  
  PR:		207920

Deleted:
  head/print/hplip/files/pkg-message.in
Modified:
  head/print/hplip/Makefile

Modified: head/print/hplip/Makefile
==============================================================================
--- head/print/hplip/Makefile	Mon Mar 21 11:21:28 2016	(r411553)
+++ head/print/hplip/Makefile	Mon Mar 21 11:35:29 2016	(r411554)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hplip
 PORTVERSION=	3.16.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print
 MASTER_SITES=	SF
 
@@ -34,7 +34,6 @@ CONFIGURE_ARGS=	--with-cupsbackenddir=${
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 
-SUB_FILES=	pkg-message
 FILES4FIX=	Makefile.in \
 		base/codes.py \
 		base/g.py \



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