FreeBSD Bugzilla – Attachment 10751 Details for
Bug 21456
3 port updates, assume maintainership? (appr-by: MAINTAINER)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 5.28 KB, created by
Peter Pentchev
on 2000-09-21 18:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Peter Pentchev
Created:
2000-09-21 18:40:01 UTC
Size:
5.28 KB
patch
obsolete
>diff -urN ports/devel/makedepend/Makefile myports/devel/makedepend/Makefile >--- ports/devel/makedepend/Makefile Thu Sep 21 09:34:21 2000 >+++ myports/devel/makedepend/Makefile Thu Sep 21 20:21:22 2000 >@@ -6,12 +6,12 @@ > # > > PORTNAME= makedepend >-PORTVERSION= 1995.07.05 >+PORTVERSION= 2000.09.07 > CATEGORIES= devel > MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ >-DISTNAME= cyrus-imapd-v1.5.14 >+DISTNAME= cyrus-imapd-2.0.7 > >-MAINTAINER= i.vaudrey@bigfoot.com >+MAINTAINER= roam@orbitel.bg > > WRKSRC= ${WRKDIR}/${DISTNAME}/makedepend > GNU_CONFIGURE= YES >@@ -23,3 +23,4 @@ > ${INSTALL_MAN} ${WRKSRC}/mkdepend.man ${PREFIX}/man/man1/makedepend.1 > > .include <bsd.port.mk> >+# DO NOT DELETE >diff -urN ports/devel/makedepend/files/md5 myports/devel/makedepend/files/md5 >--- ports/devel/makedepend/files/md5 Thu Sep 21 09:34:21 2000 >+++ myports/devel/makedepend/files/md5 Thu Sep 21 20:21:02 2000 >@@ -1 +1 @@ >-MD5 (cyrus-imapd-v1.5.14.tar.gz) = e90555be60ec3a647f1661e10cc16458 >+MD5 (cyrus-imapd-2.0.7.tar.gz) = a80870882128cd1ed99c203846f164a1 >diff -urN ports/textproc/texi2html/Makefile myports/textproc/texi2html/Makefile >--- ports/textproc/texi2html/Makefile Sat Apr 15 13:03:23 2000 >+++ myports/textproc/texi2html/Makefile Thu Sep 21 20:25:36 2000 >@@ -6,27 +6,16 @@ > # > > PORTNAME= texi2html >-PORTVERSION= 1.52 >+PORTVERSION= 1.64 > CATEGORIES= textproc >-MASTER_SITES= http://wwwcn.cern.ch/dci/texi2html/ >-DISTNAME= ${PORTNAME} >-EXTRACT_SUFX= .shar.Z >+MASTER_SITES= http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/ > >-MAINTAINER= i.vaudrey@bigfoot.com >+MAINTAINER= roam@orbitel.bg > >-EXTRACT_CMD= uncompress >-EXTRACT_BEFORE_ARGS= -c >-EXTRACT_AFTER_ARGS= | sh >-NO_WRKSUBDIR= yes >-NO_BUILD= yes >+USE_AUTOMAKE= yes >+USE_AUTOCONF= yes >+GNU_CONFIGURE= yes > > MAN1= texi2html.1 >- >-post-extract: >- @cd ${WRKSRC}; split -l 1940 texi2html texi2html. >- >-do-install: >- ${INSTALL_SCRIPT} ${WRKDIR}/texi2html.aa ${PREFIX}/bin/texi2html >- ${INSTALL_MAN} ${WRKDIR}/texi2html.ab ${PREFIX}/man/man1/${MAN1} > > .include <bsd.port.mk> >diff -urN ports/textproc/texi2html/files/md5 myports/textproc/texi2html/files/md5 >--- ports/textproc/texi2html/files/md5 Mon Jan 19 15:18:54 1998 >+++ myports/textproc/texi2html/files/md5 Thu Sep 21 20:24:43 2000 >@@ -1 +1 @@ >-MD5 (texi2html.shar.Z) = a0292ee56320bbbd79afc74555bd69ee >+MD5 (texi2html-1.64.tar.gz) = f0fa30e58ed930431c43a07d907593f5 >diff -urN ports/textproc/texi2html/patches/patch-aa myports/textproc/texi2html/patches/patch-aa >--- ports/textproc/texi2html/patches/patch-aa Mon Jan 19 15:18:55 1998 >+++ myports/textproc/texi2html/patches/patch-aa Thu Jan 1 02:00:00 1970 >@@ -1,33 +0,0 @@ >---- texi2html.aa.orig Mon Jan 5 21:10:38 1998 >-+++ texi2html.aa Mon Jan 5 21:12:14 1998 >-@@ -1,6 +1,4 @@ >--#!/usr/local/bin/perl >--'di '; >--'ig 00 '; >-+#!/usr/bin/perl >- #+############################################################################## >- # # >- # File: texi2html # >-@@ -11,8 +9,6 @@ >- >- # @(#)texi2html 1.52 01/05/98 Written (mainly) by Lionel Cons, Lionel.Cons@cern.ch >- >--# The man page for this program is included at the end of this file and can be >--# viewed using the command 'nroff -man texi2html'. >- # Please read the copyright at the end of the man page. >- >- #+++############################################################################ >-@@ -1928,13 +1924,3 @@ >- $key2alpha{$a} cmp $key2alpha{$b}; >- } >- >--############################################################################## >-- >-- # These next few lines are legal in both Perl and nroff. >-- >--.00 ; # finish .ig >-- >--'di \" finish diversion--previous line must be blank >--.nr nl 0-1 \" fake up transition to first page again >--.nr % 0 \" start at page 1 >--'; __END__ ############# From here on it's a standard manual page ############ >diff -urN ports/textproc/texi2html/patches/patch-ab myports/textproc/texi2html/patches/patch-ab >--- ports/textproc/texi2html/patches/patch-ab Thu Jan 1 02:00:00 1970 >+++ myports/textproc/texi2html/patches/patch-ab Thu Sep 21 20:24:43 2000 >@@ -0,0 +1,11 @@ >+--- Makefile.am.orig Tue Jul 11 13:04:34 2000 >++++ Makefile.am Thu Sep 7 21:52:29 2000 >+@@ -8,7 +8,7 @@ >+ MySimple.pm MySimple.pod version.texi >+ info_TEXINFOS = texi2html.texi >+ >+-htmldir = $(prefix)/html >++htmldir = $(prefix)/share/doc/texi2html >+ html_DATA = texi2html.html >+ >+ TEXI2HTML = texi2html >diff -urN ports/textproc/texi2html/pkg/PLIST myports/textproc/texi2html/pkg/PLIST >--- ports/textproc/texi2html/pkg/PLIST Wed Aug 19 23:48:44 1998 >+++ myports/textproc/texi2html/pkg/PLIST Thu Sep 21 20:24:43 2000 >@@ -1 +1,6 @@ > bin/texi2html >+@unexec install-info --delete %D/info/texi2html.info %D/info/dir >+info/texi2html.info >+@exec install-info %D/info/texi2html.info %D/info/dir >+share/doc/texi2html/texi2html.html >+@dirrm share/doc/texi2html >diff -urN ports/www/cgihtml/Makefile myports/www/cgihtml/Makefile >--- ports/www/cgihtml/Makefile Sat Jun 17 00:52:05 2000 >+++ myports/www/cgihtml/Makefile Thu Sep 21 20:27:44 2000 >@@ -8,9 +8,9 @@ > PORTNAME= cgihtml > PORTVERSION= 1.69 > CATEGORIES= devel www >-MASTER_SITES= ftp://ftp.eekim.com/pub/users/eekim/cgihtml/ >+MASTER_SITES= ftp://hcs.harvard.edu/pub/web/tools/cgihtml/ > >-MAINTAINER= i.vaudrey@bigfoot.com >+MAINTAINER= roam@orbitel.bg > > INSTALLS_SHLIB= yes
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 21456
: 10751