FreeBSD Bugzilla – Attachment 54091 Details for
Bug 81851
Update port: devel/elfio to 1.0.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.98 KB, created by
tkato432
on 2005-06-03 16:10:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2005-06-03 16:10:03 UTC
Size:
1.98 KB
patch
obsolete
>diff -urN /usr/ports/devel/elfio/Makefile devel/elfio/Makefile >--- /usr/ports/devel/elfio/Makefile Sat Apr 12 22:40:26 2003 >+++ devel/elfio/Makefile Thu Jun 2 22:57:43 2005 >@@ -7,7 +7,7 @@ > # > > PORTNAME= ELFIO >-PORTVERSION= 1.0.0 >+PORTVERSION= 1.0.2 > CATEGORIES= devel > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME:L} >@@ -17,16 +17,13 @@ > > GNU_CONFIGURE= yes > >-DOCS= AUTHORS COPYING ChangeLog README >-DOCS2= elf11g.zip tutorial.docbook tutorial.pdf >- >-.if !defined(NOPORTDOCS) > post-install: >+.if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} >-.for file in ${DOCS} >+.for file in AUTHORS ChangeLog README > ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} > .endfor >-.for file in ${DOCS2} >+.for file in elf11g.zip tutorial.docbook tutorial.pdf > ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} > .endfor > .endif >diff -urN /usr/ports/devel/elfio/distinfo devel/elfio/distinfo >--- /usr/ports/devel/elfio/distinfo Thu Jan 29 20:21:13 2004 >+++ devel/elfio/distinfo Thu Jun 2 01:48:48 2005 >@@ -1,2 +1,2 @@ >-MD5 (ELFIO-1.0.0.tar.gz) = e0711e99574e811d2e1c255e6eedb714 >-SIZE (ELFIO-1.0.0.tar.gz) = 242021 >+MD5 (ELFIO-1.0.2.tar.gz) = 58dff4ceed61c7a5651e0d080d284679 >+SIZE (ELFIO-1.0.2.tar.gz) = 274807 >diff -urN /usr/ports/devel/elfio/pkg-plist devel/elfio/pkg-plist >--- /usr/ports/devel/elfio/pkg-plist Mon Jan 6 15:56:09 2003 >+++ devel/elfio/pkg-plist Thu Jun 2 22:54:25 2005 >@@ -5,11 +5,10 @@ > include/ELFO.h > include/ELFTypes.h > lib/libELFIO.a >-%%PORTDOCS%%share/doc/ELFIO/AUTHORS >-%%PORTDOCS%%share/doc/ELFIO/COPYING >-%%PORTDOCS%%share/doc/ELFIO/ChangeLog >-%%PORTDOCS%%share/doc/ELFIO/README >-%%PORTDOCS%%share/doc/ELFIO/elf11g.zip >-%%PORTDOCS%%share/doc/ELFIO/tutorial.docbook >-%%PORTDOCS%%share/doc/ELFIO/tutorial.pdf >-%%PORTDOCS%%@dirrm share/doc/ELFIO >+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog >+%%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%DOCSDIR%%/elf11g.zip >+%%PORTDOCS%%%%DOCSDIR%%/tutorial.docbook >+%%PORTDOCS%%%%DOCSDIR%%/tutorial.pdf >+%%PORTDOCS%%@dirrm %%DOCSDIR%%
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 81851
: 54091
Working