diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-16 10:09:43 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-16 10:09:43 +0800 |
commit | e67199eeee2f5deb539ea9b6f4bf5ce08f2dfde0 (patch) | |
tree | 97b60d2333342dab83d57db3fbe432de8c3e505b | |
parent | 11728853165ccbc0cb31196b21cad2c7393d778f (diff) | |
download | marcuscom-ports-e67199eeee2f5deb539ea9b6f4bf5ce08f2dfde0.tar marcuscom-ports-e67199eeee2f5deb539ea9b6f4bf5ce08f2dfde0.tar.gz marcuscom-ports-e67199eeee2f5deb539ea9b6f4bf5ce08f2dfde0.tar.bz2 marcuscom-ports-e67199eeee2f5deb539ea9b6f4bf5ce08f2dfde0.tar.lz marcuscom-ports-e67199eeee2f5deb539ea9b6f4bf5ce08f2dfde0.tar.xz marcuscom-ports-e67199eeee2f5deb539ea9b6f4bf5ce08f2dfde0.tar.zst marcuscom-ports-e67199eeee2f5deb539ea9b6f4bf5ce08f2dfde0.zip |
Update to 0.99.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14571 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | sysutils/polkit/Makefile | 11 | ||||
-rw-r--r-- | sysutils/polkit/distinfo | 6 |
2 files changed, 7 insertions, 10 deletions
diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile index 22167f497..5b71b1cc8 100644 --- a/sysutils/polkit/Makefile +++ b/sysutils/polkit/Makefile @@ -3,12 +3,11 @@ # Whom: Koop Mast<kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/polkit/Makefile,v 1.8 2010/08/30 00:17:10 marcus Exp $ +# $MCom: ports/sysutils/polkit/Makefile,v 1.9 2010/08/30 00:25:50 marcus Exp $ # PORTNAME= polkit -PORTVERSION= 0.98 -PORTREVISION= 1 +PORTVERSION= 0.99 CATEGORIES= sysutils gnome MASTER_SITES= http://hal.freedesktop.org/releases/ @@ -54,13 +53,11 @@ post-patch: post-install: ${MKDIR} ${PREFIX}/etc/dbus-1/system.d/ if [ ! -f ${PREFIX}/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf ]; then \ - ${INSTALL_DATA} ${WRKSRC}/data/org.freedesktop.PolicyKit1.conf \ + ${INSTALL_DATA} ${WRKSRC}/data/org.freedesktop.PolicyKit1.conf \ ${PREFIX}/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf ; \ fi ${INSTALL_DATA} ${WRKSRC}/data/org.freedesktop.PolicyKit1.conf \ - ${PREFIX}/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf.dist - ${INSTALL_DATA} ${WRKSRC}/src/polkitagent/polkitagentenumtypes.h \ - ${PREFIX}/include/polkit-1/polkitagent/polkitagentenumtypes.h + ${PREFIX}/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf.dist .if !defined(PACKAGE_BUILDING) @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif diff --git a/sysutils/polkit/distinfo b/sysutils/polkit/distinfo index d452949ec..edf3d2550 100644 --- a/sysutils/polkit/distinfo +++ b/sysutils/polkit/distinfo @@ -1,3 +1,3 @@ -MD5 (polkit-0.98.tar.gz) = 96e583a1177ba5436f034a2fee55f5fa -SHA256 (polkit-0.98.tar.gz) = eda8493b438130dc7ee4f85099936beb35a62ef0fd0d1cd5b22c3c9613217f02 -SIZE (polkit-0.98.tar.gz) = 1042492 +MD5 (polkit-0.99.tar.gz) = fcc4d7b19c08ad54d3ce0eae0ab12398 +SHA256 (polkit-0.99.tar.gz) = f612c7c26ec822f67751420057a4ae113fc50ab51070758faacf2ad30bb3583f +SIZE (polkit-0.99.tar.gz) = 1042461 |