I've added the LICENSE section to this port, as well as updating it. This patch also corrects the tab layout; I used to use four-column tabs until corrected :S Cheers! Fix: -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.--eb2R1oolIf4r0bra9qusz052OzeLhQduux1B2YUZ62IUvBlP Content-Type: text/plain; name="gorilla.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="gorilla.diff" diff -ruN gorilla.orig/Makefile gorilla/Makefile --- gorilla.orig/Makefile 2010-07-26 00:46:47.000000000 +0100 +++ gorilla/Makefile 2010-07-26 00:55:19.000000000 +0100 @@ -1,4 +1,4 @@ -# New ports collection makefile for: gorilla +# New ports collection Makefile for: gorilla # Date created: 2006-02-11 # Whom: Kay Lehmann <kay_lehmann@web.de> # @@ -6,20 +6,22 @@ # PORTNAME= gorilla -PORTVERSION= 1.5.3 -DISTVERSIONSUFFIX= 1996106 +PORTVERSION= 1.5.3.1 +DISTVERSIONSUFFIX= c05eb4e CATEGORIES= security -MASTER_SITES= http://download.github.com/\ - http://www.bayofrum.net/dist/gorilla/ -DISTNAME= zdia-${PORTNAME}-v${DISTVERSION}-0-g${DISTVERSIONSUFFIX} +MASTER_SITES= http://download.github.com/ \ + http://www.bayofrum.net/dist/gorilla/ +DISTNAME= zdia-${PORTNAME}-v${DISTVERSION}-0-g${DISTVERSIONSUFFIX} MAINTAINER= utisoft@gmail.com COMMENT= Password Gorilla is a cross-platform Password Manager +LICENSE= GPLv2 + RUN_DEPENDS= ${LOCALBASE}/lib/bwidget/init.tcl:${PORTSDIR}/x11-toolkits/bwidget \ - itcl>=3.4:${PORTSDIR}/lang/itcl + itcl>=3.4:${PORTSDIR}/lang/itcl -WRKSRC= ${WRKDIR}/zdia-${PORTNAME}-${DISTVERSIONSUFFIX} +WRKSRC= ${WRKDIR}/zdia-${PORTNAME}-${DISTVERSIONSUFFIX} USE_TCL_RUN= 85+ USE_TK= 85+ NO_BUILD= yes diff -ruN gorilla.orig/distinfo gorilla/distinfo --- gorilla.orig/distinfo 2010-07-26 00:46:47.000000000 +0100 +++ gorilla/distinfo 2010-07-26 00:50:41.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (zdia-gorilla-v1.5.3-0-g1996106.tar.gz) = 441f7599e758fe83b942d812f3c5414a -SHA256 (zdia-gorilla-v1.5.3-0-g1996106.tar.gz) = cbb9d7c4af96b29a9337df4311853b9df5427aa3ff0b4c1e51b11d1471b1e580 -SIZE (zdia-gorilla-v1.5.3-0-g1996106.tar.gz) = 350166 +MD5 (zdia-gorilla-v1.5.3.1-0-gc05eb4e.tar.gz) = 8b96ae606e0808e7e89b32dc84e67c3f +SHA256 (zdia-gorilla-v1.5.3.1-0-gc05eb4e.tar.gz) = 7762d4a238b7917d496237c800f340be69ef0d3712173731f224f7c4e718c750 +SIZE (zdia-gorilla-v1.5.3.1-0-gc05eb4e.tar.gz) = 353151
Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it.
State Changed From-To: open->feedback It doesn't fetch: http://regis.goodking.ca:8000/tb/errors/8-araujo/gorilla-1.5.3.1.log.
Sorry about that. Looks like github has closed their download.github loophole :( New patch attached!
On Wed, Jul 28, 2010 at 06:00:49PM +0100, Chris Rees wrote: > Sorry about that. Looks like github has closed their download.github loophole :( > > New patch attached! Hi dear maintainer. Unfortunately it doesn't work properly, please take a look at: http://github.com/zdia/gorilla/downloads That place must be the right place to do the download. Could you take a look and re-work the patch? Best Regards, -- Marcelo Araujo | GPG: 9D6A 2339 925C 4F61 ED88 ED8B A2FC 4977 53E4 CFA8 <araujo@FreeBSD.org> | http://www.FreeBSD.org """ In God we trust. Everybody else we verify using PGP! """ (Tim Newsome)
Fixed. My ISP cut me off three days early, which is why my server wasn't responding. Unfortunately github won't allow direct downloads from checkouts, complaining about resources. It should be fine now. Perhaps you could also mirror it on FreeBSD.org? Chris -------- Sorry for top-posting, Android won't let me quote, but K-9 can't yet do threading. On 30 Jul 2010 03:35, "Marcelo Araujo" <araujobsdport@gmail.com> wrote: On Wed, Jul 28, 2010 at 06:00:49PM +0100, Chris Rees wrote: > Sorry about that. Looks like github ha... Hi dear maintainer. Unfortunately it doesn't work properly, please take a look at: http://github.com/zdia/gorilla/downloads That place must be the right place to do the download. Could you take a look and re-work the patch? Best Regards, -- Marcelo Araujo | GPG: 9D6A 2339 925C 4F61 ED88 ED8B A2FC 4977 53E4 CFA8 <araujo@FreeBSD.org> | http://www.FreeBSD.org """ In God we trust. Everybody else we verify using PGP! """ (Tim Newsome)
Dear Marcelo, I've investigated downloading directly from github, and found this thread from our friends on the Ruby lists on this very problem. http://lists.freebsd.org/pipermail/freebsd-ruby/2010-January/000223.html Apparently the only solution is to grab a tarball and host it myself (as I have done) and request for it to be mirrored on the FreeBSD servers. My server is back up, and this problem shouldn't repeat itself. Cheers! Chris
araujo 2010-08-09 22:51:54 UTC FreeBSD ports repository Modified files: security/gorilla Makefile distinfo Log: - Update to 1.5.3.1. - Add license info. PR: ports/148939 Submitted by: Chris Rees <utisoft@gmail.com> (maintainer) Revision Changes Path 1.13 +10 -8 ports/security/gorilla/Makefile 1.4 +3 -3 ports/security/gorilla/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!