Hi, Update to flickcurl-1.25. Unbreaks upload (API change).
Not that in the in-tree port we have: SHARED_LIBS += flickcurl 1.0 # .1.0 Inspecting shared_libs.log for the in-tree port we have: SHARED_LIBS += flickcurl 1.0 # 0.0 In shared_libs.log for the new version we also have: SHARED_LIBS += flickcurl 1.0 # 0.0 So it is not the case that the upstream version decremented, rather, we had the wrong uptream version in the comment (or so it seems). OK? Index: Makefile =================================================================== RCS file: /cvs/ports/net/flickcurl/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Makefile 21 Mar 2013 08:46:34 -0000 1.13 +++ Makefile 21 Nov 2013 11:44:20 -0000 @@ -2,9 +2,9 @@ COMMENT = flickr API library and utility -DISTNAME = flickcurl-1.23 +DISTNAME = flickcurl-1.25 -SHARED_LIBS += flickcurl 1.0 # .1.0 +SHARED_LIBS += flickcurl 1.0 # 0.0 CATEGORIES = net HOMEPAGE = http://librdf.org/flickcurl/ Index: distinfo =================================================================== RCS file: /cvs/ports/net/flickcurl/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- distinfo 12 Nov 2012 13:39:07 -0000 1.3 +++ distinfo 21 Nov 2013 11:44:20 -0000 @@ -1,2 +1,2 @@ -SHA256 (flickcurl-1.23.tar.gz) = 4PsB3u9RcUn8t293XjS3JkRl4D1sV7LyZbuy63FIMoU= -SIZE (flickcurl-1.23.tar.gz) = 1847951 +SHA256 (flickcurl-1.25.tar.gz) = TOlbZZ2i6nkLckS6pEHVnu8dt5R3hJH21wm3hFF9Vgs= +SIZE (flickcurl-1.25.tar.gz) = 1856658 -- Best Regards Edd Barrett http://www.theunixzoo.co.uk
