diff options
author | wiz <wiz@pkgsrc.org> | 2010-05-02 14:12:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-05-02 14:12:54 +0000 |
commit | b8ca1b3d3a185e1747c53fdd097e435ef968b9d8 (patch) | |
tree | b2baa7f46a91f3d84260d325a8e77dc975ceca8b /misc | |
parent | ceacaac2452f76c19bb719d22d3ab496c7bd1999 (diff) | |
download | pkgsrc-b8ca1b3d3a185e1747c53fdd097e435ef968b9d8.tar.gz |
Update to 0.1.3:
0.1.3
- Add possibility to get Licenses from server
- Add search for contents by username
- Add convenience function to get list of download links and fix some related strings
- Fix qt-only hasCredentials
- Win and Mac compile/link fixes
- Fix crash when multiple apps would use attica simultaneously: do not delete root component of qtplugins
Diffstat (limited to 'misc')
-rw-r--r-- | misc/attica/Makefile | 4 | ||||
-rw-r--r-- | misc/attica/PLIST | 3 | ||||
-rw-r--r-- | misc/attica/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/misc/attica/Makefile b/misc/attica/Makefile index 037942a9557..0fb9f198d13 100644 --- a/misc/attica/Makefile +++ b/misc/attica/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 23:43:12 markd Exp $ +# $NetBSD: Makefile,v 1.2 2010/05/02 14:12:54 wiz Exp $ -DISTNAME= attica-0.1.2 +DISTNAME= attica-0.1.3 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_KDE:=attica/} EXTRACT_SUFX= .tar.bz2 diff --git a/misc/attica/PLIST b/misc/attica/PLIST index 4a15718e78a..f6c8fef3cb6 100644 --- a/misc/attica/PLIST +++ b/misc/attica/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/09 23:43:12 markd Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/05/02 14:12:54 wiz Exp $ include/attica/accountbalance.h include/attica/activity.h include/attica/atticabasejob.h @@ -12,6 +12,7 @@ include/attica/folder.h include/attica/getjob.h include/attica/itemjob.h include/attica/knowledgebaseentry.h +include/attica/license.h include/attica/listjob.h include/attica/message.h include/attica/metadata.h diff --git a/misc/attica/distinfo b/misc/attica/distinfo index 84bdf1c5380..6d88b1959ee 100644 --- a/misc/attica/distinfo +++ b/misc/attica/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/04/09 23:43:12 markd Exp $ +$NetBSD: distinfo,v 1.2 2010/05/02 14:12:54 wiz Exp $ -SHA1 (attica-0.1.2.tar.bz2) = 78d9c229090bd446a6dde1242f997bd1e286530c -RMD160 (attica-0.1.2.tar.bz2) = 05b8ead4d1bd90e95d88fb29ec3c8617ac85d715 -Size (attica-0.1.2.tar.bz2) = 30137 bytes +SHA1 (attica-0.1.3.tar.bz2) = 1a1c3411722f88d2c7e327512b81d92ccc5e875e +RMD160 (attica-0.1.3.tar.bz2) = 292e68f4619f03049f486e0a5ff238831abc9e57 +Size (attica-0.1.3.tar.bz2) = 31790 bytes |