diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-01-29 23:42:28 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-01-29 23:42:28 +0800 |
commit | bcf396eaadd837d6442fc04959e4422ce775ce46 (patch) | |
tree | 76345ea121aa73e09b2146557f82610d353ec281 /devel/performance | |
parent | 454537903fbfc4c8aa76e2658b3d4dc3cdb7a562 (diff) | |
download | freebsd-ports-gnome-bcf396eaadd837d6442fc04959e4422ce775ce46.tar.gz freebsd-ports-gnome-bcf396eaadd837d6442fc04959e4422ce775ce46.tar.zst freebsd-ports-gnome-bcf396eaadd837d6442fc04959e4422ce775ce46.zip |
- update to 0.2.4
Diffstat (limited to 'devel/performance')
-rw-r--r-- | devel/performance/Makefile | 4 | ||||
-rw-r--r-- | devel/performance/distinfo | 6 | ||||
-rw-r--r-- | devel/performance/pkg-plist | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/devel/performance/Makefile b/devel/performance/Makefile index 7c45c95d6bad..7d2c202580d7 100644 --- a/devel/performance/Makefile +++ b/devel/performance/Makefile @@ -6,7 +6,7 @@ # PORTNAME= performance -PORTVERSION= 0.1.0 +PORTVERSION= 0.2.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= libs @@ -20,7 +20,7 @@ USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -DEFAULT_LIBVERSION= 0.1 +DEFAULT_LIBVERSION= 0.2 USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} .include <bsd.port.mk> diff --git a/devel/performance/distinfo b/devel/performance/distinfo index 3977f6628fb7..7d3806942f02 100644 --- a/devel/performance/distinfo +++ b/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 diff --git a/devel/performance/pkg-plist b/devel/performance/pkg-plist index 6ae8f3fa923a..c2c69bfb22fc 100644 --- a/devel/performance/pkg-plist +++ b/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/GSTicker.html 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.%%LIBVERSION%% -Local/Library/Libraries/libPerformance.so.%%VERSION%% +Local/Library/Libraries/libPerformance.so.%%LIBVERSION%%.0 @dirrm Local/Library/Headers/Performance @dirrm Local/Library/Documentation/Performance |