FreeBSD Bugzilla – Attachment 184668 Details for
Bug 220973
net/gopher: Update to 3.0.6, Take MAINTAINER'ship, portlint cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
'svn diff' of net/gopher changes.
gopher-3.0.6_2.diff (text/plain), 3.99 KB, created by
Aaron Baugher
on 2017-07-24 18:06:39 UTC
(
hide
)
Description:
'svn diff' of net/gopher changes.
Filename:
MIME Type:
Creator:
Aaron Baugher
Created:
2017-07-24 18:06:39 UTC
Size:
3.99 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 446538) >+++ Makefile (working copy) >@@ -3,16 +3,18 @@ > > PORTNAME= gopher > PORTVERSION= 3.0.6 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= net > MASTER_SITES= http://gopher.quux.org:70/give-me-gopher/ \ >- http://dl.droso.net/FreeBSD/distfiles/ >-DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} >-WRKSRC= ${WRKDIR}/${PORTNAME} >+ http://aaron.baugher.biz/files/FreeBSD/ports/ >+DISTNAME= ${PORTNAME}_${PORTVERSION} > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= aaron@baugher.biz > COMMENT= Gopher client for access to a distributed document service > >+LICENSE= GPLv2 >+ >+WRKSRC= ${WRKDIR}/${PORTNAME} > GNU_CONFIGURE= yes > USES= gmake > >Index: files/patch-gopher_form.c >=================================================================== >--- files/patch-gopher_form.c (revision 446538) >+++ files/patch-gopher_form.c (working copy) >@@ -1,6 +1,6 @@ >---- gopher/form.c.orig Sun Aug 22 15:55:22 2004 >-+++ gopher/form.c Sun Aug 22 15:55:36 2004 >-@@ -288,7 +288,8 @@ >+--- gopher/form.c.orig 2003-08-18 16:58:14 UTC >++++ gopher/form.c >+@@ -288,7 +288,8 @@ FORMgetAskdata(GopherObj *gs, FORM *form > case ITEM_UNINIT: /* Unhandled cases... */ > case ITEM_LABEL: > case ITEM_FILENAME: >Index: files/patch-object_BLblock.c >=================================================================== >--- files/patch-object_BLblock.c (revision 446538) >+++ files/patch-object_BLblock.c (working copy) >@@ -1,6 +1,6 @@ >---- object/BLblock.c.orig Sun Aug 22 15:52:31 2004 >-+++ object/BLblock.c Sun Aug 22 15:53:33 2004 >-@@ -118,7 +118,7 @@ >+--- object/BLblock.c.orig 2003-08-18 16:58:55 UTC >++++ object/BLblock.c >+@@ -118,7 +118,7 @@ BLinit(Blockobj *bl) > STAinit(bl->data.text); > break; > case BDATA_NONE: >@@ -9,7 +9,7 @@ > } > > /* >-@@ -141,7 +141,8 @@ >+@@ -141,7 +141,8 @@ BLdatadestroy(Blockobj *bl) > GSdestroy(bl->data.gs); > break; > case BDATA_NONE: >@@ -19,7 +19,7 @@ > } > > /* >-@@ -174,7 +175,8 @@ >+@@ -174,7 +175,8 @@ BLcpy(Blockobj *dest, Blockobj *orig) > BLsetText(dest, orig->data.text); > break; > case BDATA_NONE: >@@ -29,7 +29,7 @@ > } > > >-@@ -209,7 +211,8 @@ >+@@ -209,7 +211,8 @@ BLgetLine(Blockobj *bl, int lineno) > case BDATA_NONE: > case BDATA_FILE: > case BDATA_GREF: >@@ -39,7 +39,7 @@ > return(NULL); > } > >-@@ -343,7 +346,8 @@ >+@@ -343,7 +346,8 @@ BLtoNet(Blockobj *bl, int fd, boolean sh > fclose(infile); > break; > case BDATA_NONE: >Index: files/patch-object_GSgopherobj.c >=================================================================== >--- files/patch-object_GSgopherobj.c (revision 446538) >+++ files/patch-object_GSgopherobj.c (working copy) >@@ -1,6 +1,6 @@ >---- object/GSgopherobj.c.orig Sun Aug 22 15:51:21 2004 >-+++ object/GSgopherobj.c Sun Aug 22 15:51:30 2004 >-@@ -2003,7 +2003,7 @@ >+--- object/GSgopherobj.c.orig 2003-08-18 16:58:58 UTC >++++ object/GSgopherobj.c >+@@ -2003,7 +2003,7 @@ GSfromURL(GopherObj *gs, char *urltxt, c > case news: > case unset: > case unknown: >Index: files/patch-object_Regex.c >=================================================================== >--- files/patch-object_Regex.c (revision 446538) >+++ files/patch-object_Regex.c (working copy) >@@ -1,5 +1,5 @@ >---- object/Regex.c.orig Wed Dec 18 22:49:17 2002 >-+++ object/Regex.c Wed Dec 18 22:49:29 2002 >+--- object/Regex.c.orig 2003-08-18 16:58:55 UTC >++++ object/Regex.c > @@ -51,8 +51,8 @@ > > #define REGEX_CODEIT /* only include sysv regex code once.. */ >Index: files/patch-object_url.c >=================================================================== >--- files/patch-object_url.c (revision 446538) >+++ files/patch-object_url.c (working copy) >@@ -1,6 +1,6 @@ >---- object/url.c.orig Sun Aug 22 15:54:02 2004 >-+++ object/url.c Sun Aug 22 15:54:25 2004 >-@@ -362,7 +362,8 @@ >+--- object/url.c.orig 2003-08-18 16:58:57 UTC >++++ object/url.c >+@@ -362,7 +362,8 @@ URLparse(Url *url) > case ftp: > case unset: > case unknown:
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 220973
: 184668 |
184669
|
184670