* Version 0.5.1 is no longer the release version--versioning has unwound to 0.5 * Change MASTER_SITE * Build now needs USE_AUTOMAKE until I can figure out a way to turn off the Makefile's intense desire to erase itself. Fix: # This is a patch for xlhtml to update it to xlhtml-0.5,1 # # To apply this patch: # STEP 1: Chdir to the source directory. # STEP 2: Run the 'applypatch' program with this patch file as input. # # If you do not have 'applypatch', it is part of the 'makepatch' package # that you can fetch from the Comprehensive Perl Archive Network: # http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz # In the above URL, 'x' should be 2 or higher. # # To apply this patch without the use of 'applypatch': # STEP 1: Chdir to the source directory. # STEP 2: Run the 'patch' program with this file as input. # #### End of Preamble #### #### Patch data follows #### diff -u 'xlhtml/Makefile' 'xlhtml-0.5,1/Makefile' Index: ./Makefile --- ./Makefile Mon Dec 15 15:46:45 2003 +++ ./Makefile Tue Dec 16 05:43:42 2003 @@ -6,19 +6,19 @@ # PORTNAME= xlhtml -PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTVERSION= 0.5 +PORTEPOCH= 1 CATEGORIES= textproc -MASTER_SITES= http://chicago.sourceforge.net/xlhtml/ -DISTNAME= ${PORTNAME}.${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= chicago EXTRACT_SUFX= .tgz MAINTAINER= coop9211@uidaho.edu COMMENT= Utilities converting Excel and PowerPoint files to HTML and text -WRKSRC= ${WRKDIR}/${PORTNAME} - GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_AUTOMAKE= yes MAN1= ppthtml.1 xlhtml.1 diff -u 'xlhtml/distinfo' 'xlhtml-0.5,1/distinfo' Index: ./distinfo --- ./distinfo Tue Sep 3 01:34:29 2002 +++ ./distinfo Tue Dec 16 05:02:56 2003 @@ -1 +1 @@ -MD5 (xlhtml.0.5.1.tgz) = deeb108545e1848fce5dcb8d84d8a48e +MD5 (xlhtml-0.5.tgz) = 2ff805c5384bdde9675cb136f54df32e #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Tue Dec 16 05:50:25 2003 # Generated by : makepatch 2.00 # Recurse directories : Yes # p 'Makefile' 861 1071582222 0100644 # p 'distinfo' 58 1071579776 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Tue Dec 16 05:50:25 2003] #### #### Checksum: 67 2018 21654 #### How-To-Repeat: N/A
Class Changed From-To: sw-bug->maintainer-update Rescue this misformatted PR from the "pending" category.
Responsible Changed From-To: gnats-admin->freebsd-ports-bugs
Responsible Changed From-To: freebsd-ports-bugs->sergei I'll take it.
State Changed From-To: open->closed Committed, thanks! NOTE: your PR was misfiled into pending category in GNATS for some reason. Could you please investigate what was the problem so it will not happen next time. In addition to that, whitespace (i.e. tabs vs. spaces) in your diff was damaged. Can you please look into that, too? Thanks.