[Midnightbsd-cvs] mports: devel/performance: Update to 0.2.4
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Oct 25 18:17:41 EDT 2007
Log Message:
-----------
Update to 0.2.4
Modified Files:
--------------
mports/devel/performance:
Makefile (r1.1 -> r1.2)
distinfo (r1.1 -> r1.2)
pkg-plist (r1.1 -> r1.2)
-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/devel/performance/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldevel/performance/pkg-plist -Ldevel/performance/pkg-plist -u -r1.1 -r1.2
--- devel/performance/pkg-plist
+++ devel/performance/pkg-plist
@@ -1,5 +1,7 @@
Local/Library/Documentation/Performance/GSCache.gsdoc
Local/Library/Documentation/Performance/GSCache.html
+Local/Library/Documentation/Performance/GSSkipMutableArray.gsdoc
+Local/Library/Documentation/Performance/GSSkipMutableArray.html
Local/Library/Documentation/Performance/GSThroughput.gsdoc
Local/Library/Documentation/Performance/GSThroughput.html
Local/Library/Documentation/Performance/GSTicker.gsdoc
@@ -7,10 +9,11 @@
Local/Library/Documentation/Performance/Performance.igsdoc
Local/Library/Documentation/Performance/dependencies
Local/Library/Headers/Performance/GSCache.h
+Local/Library/Headers/Performance/GSSkipMutableArray.h
Local/Library/Headers/Performance/GSThroughput.h
Local/Library/Headers/Performance/GSTicker.h
Local/Library/Libraries/libPerformance.so
-Local/Library/Libraries/libPerformance.so.%%MAJORVERSION%%.1
-Local/Library/Libraries/libPerformance.so.%%VERSION%%
+Local/Library/Libraries/libPerformance.so.%%LIBVERSION%%
+Local/Library/Libraries/libPerformance.so.%%LIBVERSION%%.0
@dirrm Local/Library/Headers/Performance
@dirrm Local/Library/Documentation/Performance
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/performance/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldevel/performance/Makefile -Ldevel/performance/Makefile -u -r1.1 -r1.2
--- devel/performance/Makefile
+++ devel/performance/Makefile
@@ -2,13 +2,13 @@
# Date created: 28 Oct 2006
# Whom: dirk.meyer at dinoex.sub.org
#
-# $FreeBSD: ports/devel/performance/Makefile,v 1.1 2006/10/31 06:08:05 dinoex Exp $
# $MidnightBSD$
+# $FreeBSD: ports/devel/performance/Makefile,v 1.4 2007/01/31 18:17:57 dinoex Exp $
#
PORTNAME= performance
-PORTVERSION= 0.1.0
-CATEGORIES= devel
+PORTVERSION= 0.2.4
+CATEGORIES= devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= libs
DISTNAME= Performance-${PORTVERSION}
@@ -16,15 +16,12 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Help improve the performance of GNUstep applications
-USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BASE= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
-MAKEFILE= GNUmakefile
-LDCONFIG_DIRS= ${LOCALLIBDIR}
-INSTALLS_SHLIB= yes
-NO_FILTER_SHLIBS= yes
+DEFAULT_LIBVERSION= 0.2
+USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/devel/performance/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldevel/performance/distinfo -Ldevel/performance/distinfo -u -r1.1 -r1.2
--- devel/performance/distinfo
+++ devel/performance/distinfo
@@ -1,3 +1,3 @@
-MD5 (Performance-0.1.0.tar.gz) = 7eb26da321d037e009e9a2a0c91b3bf6
-SHA256 (Performance-0.1.0.tar.gz) = adb4cc07e56db6f44c7ebfec5bd8bf50ab165fe1e126074a041d35233bc57588
-SIZE (Performance-0.1.0.tar.gz) = 13828
+MD5 (Performance-0.2.4.tar.gz) = 5b1106ec1dd9bb8248216ec8c1011102
+SHA256 (Performance-0.2.4.tar.gz) = 426e41f2d6a3cc8835a2c80371e10760f1479813ffb2d224398346df87f62717
+SIZE (Performance-0.2.4.tar.gz) = 20608
More information about the Midnightbsd-cvs
mailing list