svn commit: r406878 - head/databases/sqlite3

Antoine Brodin antoine at FreeBSD.org
Thu Jan 21 21:03:23 UTC 2016


Author: antoine
Date: Thu Jan 21 21:03:21 2016
New Revision: 406878
URL: https://svnweb.freebsd.org/changeset/ports/406878

Log:
  libtool --finish is a nop on FreeBSD, remove faulty pkg-install script
  
  With hat:	portmgr

Deleted:
  head/databases/sqlite3/pkg-install
Modified:
  head/databases/sqlite3/Makefile

Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile	Thu Jan 21 20:42:52 2016	(r406877)
+++ head/databases/sqlite3/Makefile	Thu Jan 21 21:03:21 2016	(r406878)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sqlite3
 PORTVERSION=	3.10.2
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/
 DISTNAME=	sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00


More information about the svn-ports-all mailing list