svn commit: r368746 - head/databases/puredb

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 21 12:33:00 UTC 2014


Author: amdmi3
Date: Sun Sep 21 12:33:00 2014
New Revision: 368746
URL: http://svnweb.freebsd.org/changeset/ports/368746
QAT: https://qat.redports.org/buildarchive/r368746/

Log:
  - Drop .la files, no dependees require them
  
  Approved by:	portmgr blanket

Modified:
  head/databases/puredb/Makefile
  head/databases/puredb/pkg-plist

Modified: head/databases/puredb/Makefile
==============================================================================
--- head/databases/puredb/Makefile	Sun Sep 21 12:24:09 2014	(r368745)
+++ head/databases/puredb/Makefile	Sun Sep 21 12:33:00 2014	(r368746)
@@ -3,6 +3,7 @@
 
 PORTNAME=	puredb
 PORTVERSION=	2.1
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://pureftpd.sourceforge.net/puredb/
 DISTNAME=	pure-db-${PORTVERSION}
@@ -10,7 +11,7 @@ DISTNAME=	pure-db-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Set of libraries for creating and reading constant databases
 
-USES=		libtool:oldver
+USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/databases/puredb/pkg-plist
==============================================================================
--- head/databases/puredb/pkg-plist	Sun Sep 21 12:24:09 2014	(r368745)
+++ head/databases/puredb/pkg-plist	Sun Sep 21 12:33:00 2014	(r368746)
@@ -3,13 +3,13 @@ bin/example_write
 include/puredb_read.h
 include/puredb_write.h
 lib/libpuredb_read.a
-lib/libpuredb_read.la
 lib/libpuredb_read.so
 lib/libpuredb_read.so.0
+lib/libpuredb_read.so.0.0.0
 lib/libpuredb_write.a
-lib/libpuredb_write.la
 lib/libpuredb_write.so
 lib/libpuredb_write.so.0
+lib/libpuredb_write.so.0.0.0
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/FORMAT_DESCR
 %%PORTDOCS%%%%DOCSDIR%%/NEWS


More information about the svn-ports-head mailing list