svn commit: r372240 - head/ports-mgmt/pib

Alex Kozlov ak at FreeBSD.org
Thu Nov 6 22:10:32 UTC 2014


Author: ak
Date: Thu Nov  6 22:10:31 2014
New Revision: 372240
URL: https://svnweb.freebsd.org/changeset/ports/372240
QAT: https://qat.redports.org/buildarchive/r372240/

Log:
  - Deprecate and set expiration date to 2014-12-06: Does not work with tcl/tk 8.4+, does not support pkgng
  
  Error message at start:
  	Error in startup script: command returned bad code: 46169808
  	while executing "main"
  	  (file "/usr/local/bin/pib" line 2357)

Modified:
  head/ports-mgmt/pib/Makefile

Modified: head/ports-mgmt/pib/Makefile
==============================================================================
--- head/ports-mgmt/pib/Makefile	Thu Nov  6 20:51:41 2014	(r372239)
+++ head/ports-mgmt/pib/Makefile	Thu Nov  6 22:10:31 2014	(r372240)
@@ -11,6 +11,9 @@ MASTER_SITE_SUBDIR=	msmith
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GUI Ports Collection management tool
 
+DEPRECATED=	Does not work with tcl/tk 8.4+, does not support pkgng
+EXPIRATION_DATE=	2014-12-06
+
 USES=	tk:build
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-all mailing list