diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-08-22 14:07:18 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-08-22 14:07:18 +0000 |
commit | 6387b1ea3800663be498166b56f5e59f54539466 (patch) | |
tree | abb2417edad75f87d8eecfa2fd5ea8ea065c20ae | |
parent | 92b68da60eb0934630be2d3143a9fdfcc516ca06 (diff) | |
download | ports-6387b1ea3800663be498166b56f5e59f54539466.tar.gz ports-6387b1ea3800663be498166b56f5e59f54539466.zip |
Notes
-rw-r--r-- | misc/compat9x/Makefile | 2 | ||||
-rw-r--r-- | misc/compat9x/distinfo | 8 | ||||
-rw-r--r-- | misc/compat9x/pkg-plist.amd64 | 2 | ||||
-rw-r--r-- | misc/compat9x/pkg-plist.i386 | 1 |
4 files changed, 8 insertions, 5 deletions
diff --git a/misc/compat9x/Makefile b/misc/compat9x/Makefile index 2fff6a8090b2..52c4bf90ab07 100644 --- a/misc/compat9x/Makefile +++ b/misc/compat9x/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= compat9x -PORTVERSION= 9.1.901000.201306.1 +PORTVERSION= 9.1.901000.201308 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= garga/compat diff --git a/misc/compat9x/distinfo b/misc/compat9x/distinfo index 192541f6390a..5cd308fd82c7 100644 --- a/misc/compat9x/distinfo +++ b/misc/compat9x/distinfo @@ -1,4 +1,4 @@ -SHA256 (compat9x-i386-9.1.901000.201306.1.tar.xz) = 635c485561944653ed336e57db06323d00213b467fc54a7fc954d51e95586407 -SIZE (compat9x-i386-9.1.901000.201306.1.tar.xz) = 1201900 -SHA256 (compat9x-amd64-9.1.901000.201306.1.tar.xz) = c305005983814f6566731bb2d650a993658d42d506f83790eae48e0cc7d1dceb -SIZE (compat9x-amd64-9.1.901000.201306.1.tar.xz) = 2332156 +SHA256 (compat9x-amd64-9.1.901000.201308.tar.xz) = 00d0a8088d468b47a592fdc12a7eb3cc8469e089ec644ef74a38bea61d369dda +SIZE (compat9x-amd64-9.1.901000.201308.tar.xz) = 2351532 +SHA256 (compat9x-i386-9.1.901000.201308.tar.xz) = c088f5141c9552042ba00b321bcf289b4d504498b88d0c03e8e32707b5f39dd4 +SIZE (compat9x-i386-9.1.901000.201308.tar.xz) = 1213844 diff --git a/misc/compat9x/pkg-plist.amd64 b/misc/compat9x/pkg-plist.amd64 index 3b5ae6240e2d..5f3a703c3ed5 100644 --- a/misc/compat9x/pkg-plist.amd64 +++ b/misc/compat9x/pkg-plist.amd64 @@ -10,6 +10,7 @@ lib/compat/libkadm5clnt.so.10 lib/compat/libkadm5srv.so.10 lib/compat/libkafs5.so.10 lib/compat/libkrb5.so.10 +lib/compat/libkvm.so.5 lib/compat/libmd.so.5 lib/compat/libncp.so.4 lib/compat/libodialog.so.7 @@ -28,6 +29,7 @@ lib32/compat/libkadm5clnt.so.10 lib32/compat/libkadm5srv.so.10 lib32/compat/libkafs5.so.10 lib32/compat/libkrb5.so.10 +lib32/compat/libkvm.so.5 lib32/compat/libmd.so.5 lib32/compat/libncp.so.4 lib32/compat/libodialog.so.7 diff --git a/misc/compat9x/pkg-plist.i386 b/misc/compat9x/pkg-plist.i386 index 0a5ba14ea583..a11cd8b50293 100644 --- a/misc/compat9x/pkg-plist.i386 +++ b/misc/compat9x/pkg-plist.i386 @@ -10,6 +10,7 @@ lib/compat/libkadm5clnt.so.10 lib/compat/libkadm5srv.so.10 lib/compat/libkafs5.so.10 lib/compat/libkrb5.so.10 +lib/compat/libkvm.so.5 lib/compat/libmd.so.5 lib/compat/libncp.so.4 lib/compat/libodialog.so.7 |