1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix the pkg-plist for performance.

Update sqlclient to the latest version.
This commit is contained in:
David Chisnall 2013-10-08 13:29:27 +00:00
parent 6ea09b0170
commit adfb7266aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329784
5 changed files with 33 additions and 34 deletions

View File

@ -1,13 +1,13 @@
# $FreeBSD$
PORTNAME= sqlclient
PORTVERSION= 1.5.3
PORTVERSION= 1.7.0
CATEGORIES= databases gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= libs
DISTNAME= SQLClient-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= theraven@FreeBSD.org
COMMENT= Lightweight database abstraction layer
LICENSE= LGPL21
@ -33,5 +33,4 @@ PLIST_SUB+= MAJORLIBVERSION2=${DEFAULT_LIBVERSION2:C/([0-9]).*/\1/1}
PERFORMANCE_PORT?= devel/performance
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (SQLClient-1.5.3.tar.gz) = 48d9dfb1053b28a3b06babd25653a9aef4fbdfd53c13ba58819dc4d29479e6b5
SIZE (SQLClient-1.5.3.tar.gz) = 157196
SHA256 (SQLClient-1.7.0.tar.gz) = 8f9c9491f774fce3bf369e407c8f22091c597baddc1a4b0bfe8ccb251bb79462
SIZE (SQLClient-1.7.0.tar.gz) = 164218

View File

@ -22,31 +22,32 @@ GNUstep/Local/Library/Bundles/SQLClient/SQLite.bundle/stamp.make
GNUstep/Local/Library/Bundles/SQLClient/SQLite_libs.bundle/Resources/Info-gnustep.plist
GNUstep/Local/Library/Bundles/SQLClient/SQLite_libs.bundle/SQLite_libs
GNUstep/Local/Library/Bundles/SQLClient/SQLite_libs.bundle/stamp.make
GNUstep/Local/Library/Documentation/SQLClient/OrderedSymbolDeclarations.plist
GNUstep/Local/Library/Documentation/SQLClient/SQLClient.gsdoc
GNUstep/Local/Library/Documentation/SQLClient/SQLClient.html
GNUstep/Local/Library/Documentation/SQLClient/SQLClient.igsdoc
GNUstep/Local/Library/Documentation/SQLClient/OrderedSymbolDeclarations.plist
GNUstep/Local/Library/Documentation/SQLClient/dependencies
GNUstep/Local/Library/Headers/SQLClient/SQLClient.h
GNUstep/Local/Library/Libraries/libSQLClient.so
GNUstep/Local/Library/Libraries/libSQLClient.so.%%LIBVERSION%%
GNUstep/Local/Library/Libraries/libSQLClient.so.%%LIBVERSION2%%
@dirrm GNUstep/Local/Library/Headers/SQLClient
@dirrm GNUstep/Local/Library/Documentation/SQLClient
@dirrm GNUstep/Local/Library/Bundles/SQLClient/SQLite_libs.bundle/Resources
@dirrm GNUstep/Local/Library/Bundles/SQLClient/SQLite_libs.bundle
@dirrm GNUstep/Local/Library/Bundles/SQLClient/SQLite.bundle/Resources
@dirrm GNUstep/Local/Library/Bundles/SQLClient/SQLite.bundle
@dirrm GNUstep/Local/Library/Bundles/SQLClient/Postgres_libs.bundle/Resources
@dirrm GNUstep/Local/Library/Bundles/SQLClient/Postgres_libs.bundle
@dirrm GNUstep/Local/Library/Bundles/SQLClient/Postgres.bundle/Resources
@dirrm GNUstep/Local/Library/Bundles/SQLClient/Postgres.bundle
@dirrm GNUstep/Local/Library/Bundles/SQLClient/MySQL_libs.bundle/Resources
@dirrm GNUstep/Local/Library/Bundles/SQLClient/MySQL_libs.bundle
@dirrm GNUstep/Local/Library/Bundles/SQLClient/MySQL.bundle/Resources
@dirrm GNUstep/Local/Library/Bundles/SQLClient/MySQL.bundle
@dirrm GNUstep/Local/Library/Bundles/SQLClient/ECPG_libs.bundle/Resources
@dirrm GNUstep/Local/Library/Bundles/SQLClient/ECPG_libs.bundle
@dirrm GNUstep/Local/Library/Bundles/SQLClient/ECPG.bundle/Resources
@dirrm GNUstep/Local/Library/Bundles/SQLClient/ECPG.bundle
@dirrm GNUstep/Local/Library/Bundles/SQLClient
GNUstep/Local/Library/Libraries/libSQLClient.so.1.7
GNUstep/Local/Library/Libraries/libSQLClient.so.1.7.0
libdata/ldconfig/sqlclient
@dirrmtry GNUstep/Local/Library/Headers/SQLClient
@dirrmtry GNUstep/Local/Library/Documentation/SQLClient
@dirrmtry GNUstep/Local/Library/Bundles/SQLClient/SQLite_libs.bundle/Resources
@dirrmtry GNUstep/Local/Library/Bundles/SQLClient/SQLite_libs.bundle
@dirrmtry GNUstep/Local/Library/Bundles/SQLClient/SQLite.bundle/Resources
@dirrmtry GNUstep/Local/Library/Bundles/SQLClient/SQLite.bundle
@dirrmtry GNUstep/Local/Library/Bundles/SQLClient/Postgres_libs.bundle/Resources
@dirrmtry GNUstep/Local/Library/Bundles/SQLClient/Postgres_libs.bundle
@dirrmtry GNUstep/Local/Library/Bundles/SQLClient/Postgres.bundle/Resources
@dirrmtry GNUstep/Local/Library/Bundles/SQLClient/Postgres.bundle
@dirrmtry GNUstep/Local/Library/Bundles/SQLClient/MySQL_libs.bundle/Resources
@dirrmtry GNUstep/Local/Library/Bundles/SQLClient/MySQL_libs.bundle
@dirrmtry GNUstep/Local/Library/Bundles/SQLClient/MySQL.bundle/Resources
@dirrmtry GNUstep/Local/Library/Bundles/SQLClient/MySQL.bundle
@dirrmtry GNUstep/Local/Library/Bundles/SQLClient/ECPG_libs.bundle/Resources
@dirrmtry GNUstep/Local/Library/Bundles/SQLClient/ECPG_libs.bundle
@dirrmtry GNUstep/Local/Library/Bundles/SQLClient/ECPG.bundle/Resources
@dirrmtry GNUstep/Local/Library/Bundles/SQLClient/ECPG.bundle
@dirrmtry GNUstep/Local/Library/Bundles/SQLClient

View File

@ -2,7 +2,7 @@
PORTNAME= performance
PORTVERSION= 0.4.0
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= libs
@ -17,8 +17,6 @@ USE_GNUSTEP= yes
USE_GNUSTEP_BASE= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
DEFAULT_LIBVERSION= 0.3
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -26,7 +26,8 @@ GNUstep/Local/Library/Headers/Performance/GSThreadPool.h
GNUstep/Local/Library/Headers/Performance/GSThroughput.h
GNUstep/Local/Library/Headers/Performance/GSTicker.h
GNUstep/Local/Library/Libraries/libPerformance.so
GNUstep/Local/Library/Libraries/libPerformance.so.%%LIBVERSION%%
GNUstep/Local/Library/Libraries/libPerformance.so.%%LIBVERSION%%.0
@dirrm GNUstep/Local/Library/Headers/Performance
@dirrm GNUstep/Local/Library/Documentation/Performance
GNUstep/Local/Library/Libraries/libPerformance.so.0.4
GNUstep/Local/Library/Libraries/libPerformance.so.0.4.0
libdata/ldconfig/performance
@dirrmtry GNUstep/Local/Library/Headers/Performance
@dirrmtry GNUstep/Local/Library/Documentation/Performance