diff options
author | makc <makc@FreeBSD.org> | 2009-03-16 01:35:05 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-03-16 01:35:05 +0800 |
commit | f5e7de746355ac0251e396161e9b6d5233310cf6 (patch) | |
tree | de80930c7eb9a18de71fcbf585431a2a4cd31e03 /net-im | |
parent | 33bd671369afd854c24c01850b985268bb21a668 (diff) | |
download | freebsd-ports-gnome-f5e7de746355ac0251e396161e9b6d5233310cf6.tar.gz freebsd-ports-gnome-f5e7de746355ac0251e396161e9b6d5233310cf6.tar.zst freebsd-ports-gnome-f5e7de746355ac0251e396161e9b6d5233310cf6.zip |
Update to 0.12.1, clean up Makefile, update WWW
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/psi/Makefile | 9 | ||||
-rw-r--r-- | net-im/psi/distinfo | 6 | ||||
-rw-r--r-- | net-im/psi/pkg-descr | 2 |
3 files changed, 6 insertions, 11 deletions
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile index 021ad1264284..e1ccfc3c8b97 100644 --- a/net-im/psi/Makefile +++ b/net-im/psi/Makefile @@ -6,8 +6,7 @@ # PORTNAME= psi -DISTVERSION= 0.12 -PORTREVISION= 1 +DISTVERSION= 0.12.1 CATEGORIES= net-im MASTER_SITES= SF @@ -23,17 +22,13 @@ QT_COMPONENTS= corelib dbus gui iconengines imageformats qt3support \ inputmethods network script svg xml \ qmake_build moc_build rcc_build uic_build -CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ \ - PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ - PTHREAD_LDFLAGS=${PTHREAD_LIBS} \ - KDEDIR=${LOCALBASE} CONFIGURE_ARGS= --prefix=${PREFIX} --qtdir=${LOCALBASE} \ --disable-growl --disable-ghbnr MAKE_ARGS+= QTDIR=${QT_PREFIX} \ QMAKESPEC=${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ post-patch: - #fix build when libzip is installed +#fix build when libzip is installed cd ${WRKSRC}/src/tools/zip && ${LN} zip.h psi-zip.h post-install: diff --git a/net-im/psi/distinfo b/net-im/psi/distinfo index 46f07ee1c58f..39e8102f2fce 100644 --- a/net-im/psi/distinfo +++ b/net-im/psi/distinfo @@ -1,3 +1,3 @@ -MD5 (psi-0.12.tar.bz2) = 47b654c944ef8766b860fe0645615d18 -SHA256 (psi-0.12.tar.bz2) = 0309d48891ab18cb8afc15416db2e9db979bc66f5cd879b382de226043e91e6c -SIZE (psi-0.12.tar.bz2) = 2122406 +MD5 (psi-0.12.1.tar.bz2) = da273e45daef04ffc8338708e96e9173 +SHA256 (psi-0.12.1.tar.bz2) = a8022faadbbe15bc4691338b1d83400adf069f773b7fa3b462552515990b277e +SIZE (psi-0.12.1.tar.bz2) = 2112404 diff --git a/net-im/psi/pkg-descr b/net-im/psi/pkg-descr index 5aa6a3361f95..eeab855a4d63 100644 --- a/net-im/psi/pkg-descr +++ b/net-im/psi/pkg-descr @@ -4,4 +4,4 @@ flavors of unix/X11), Microsoft Windows, and Apple MacOS X. It does not require KDE to run. -WWW: http://psi.affinix.com/ +WWW: http://psi-im.org/ |