FreeBSD Bugzilla – Attachment 114410 Details for
Bug 156071
[PATCH] www/gist: update to 2.0.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gist-2.0.1.patch
gist-2.0.1.patch (text/plain), 2.08 KB, created by
changlp
on 2011-03-30 20:40:09 UTC
(
hide
)
Description:
gist-2.0.1.patch
Filename:
MIME Type:
Creator:
changlp
Created:
2011-03-30 20:40:09 UTC
Size:
2.08 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/www/gist/Makefile /tmp/gist/Makefile >--- /usr/ports/www/gist/Makefile 2011-03-04 13:45:39.000000000 +0800 >+++ /tmp/gist/Makefile 2011-03-31 03:12:40.311816162 +0800 >@@ -6,23 +6,31 @@ > # > > PORTNAME= gist >-PORTVERSION= 1.0 >+PORTVERSION= 2.0.1 > CATEGORIES= www net >-MASTER_SITES= http://github.com/defunkt/gist/raw/master/ >+MASTER_SITES= https://github.com/defunkt/gist/raw/7340b581e0b7219f5fe39cea3ee7e9e8a653f2dc/ > DISTNAME= gist >-EXTRACT_SUFX= .rb >+EXTRACT_SUFX= > EXTRACT_ONLY= > > MAINTAINER= codeblock@eighthbit.net > COMMENT= A gist pastebin posting command > >+RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss >+ > CONFLICTS= p5-WWW-GitHub-Gist-[0-9]* > > USE_RUBY= YES > NO_BUILD= YES >+NO_WRKSUBDIR= YES > PLIST_FILES= bin/gist > >+do-extract: >+ @${RM} -rf ${WRKDIR} >+ @${MKDIR} ${WRKDIR} >+ @${CP} ${DISTDIR}/gist ${WRKDIR} >+ > do-install: >- ${INSTALL_SCRIPT} ${DISTDIR}/gist.rb ${PREFIX}/bin/gist >+ ${INSTALL_SCRIPT} ${WRKDIR}/gist ${PREFIX}/bin/gist > > .include <bsd.port.mk> >diff -ruN --exclude=CVS /usr/ports/www/gist/distinfo /tmp/gist/distinfo >--- /usr/ports/www/gist/distinfo 2011-03-04 13:45:39.000000000 +0800 >+++ /tmp/gist/distinfo 2011-03-31 03:12:40.311816162 +0800 >@@ -1,2 +1,2 @@ >-SHA256 (gist.rb) = 6b0010582486e828d26f9fec216bd08b3c5968b32d5f3aeec419ba7a71efe732 >-SIZE (gist.rb) = 2172 >+SHA256 (gist) = 1e5591286f012d65644efdec20430530716ea5db488a244bc52adb4847751dcb >+SIZE (gist) = 235655 >diff -ruN --exclude=CVS /usr/ports/www/gist/files/patch-gist /tmp/gist/files/patch-gist >--- /usr/ports/www/gist/files/patch-gist 1970-01-01 08:00:00.000000000 +0800 >+++ /tmp/gist/files/patch-gist 2011-03-31 03:12:40.311816162 +0800 >@@ -0,0 +1,11 @@ >+--- gist.orig 2011-03-29 18:51:45.258852583 +0800 >++++ gist 2011-03-29 14:51:47.060574433 +0800 >+@@ -182,7 +182,7 @@ >+ >+ http.use_ssl = true >+ http.verify_mode = OpenSSL::SSL::VERIFY_PEER >+- http.cert = OpenSSL::X509::Certificate.new(ca_cert) >++ http.ca_file = "/usr/local/share/certs/ca-root-nss.crt" >+ >+ req = Net::HTTP::Post.new(url.path) >+ req.form_data = data(files, private_gist)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 156071
: 114410