Bug 60318 - [MAINTAINER UPDATE] Update textproc/xlhtml to 0.5,1
Summary: [MAINTAINER UPDATE] Update textproc/xlhtml to 0.5,1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergei Kolobov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-17 06:40 UTC by John Merryweather Cooper
Modified: 2003-12-17 15:24 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Merryweather Cooper 2003-12-17 06:40:18 UTC
 
     * 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
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2003-12-17 09:05:23 UTC
Class Changed
From-To: sw-bug->maintainer-update

Rescue this misformatted PR from the "pending" category. 


Comment 2 Mark Linimon freebsd_committer freebsd_triage 2003-12-17 09:05:23 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports-bugs
Comment 3 Sergei Kolobov freebsd_committer freebsd_triage 2003-12-17 10:31:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sergei

I'll take it.
Comment 4 Sergei Kolobov freebsd_committer freebsd_triage 2003-12-17 15:21:45 UTC
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.