Bug 100052 - [PATCH] misc/sword: update to 1.5.8
Summary: [PATCH] misc/sword: update to 1.5.8
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-11 03:20 UTC by Thomas Abthorpe
Modified: 2006-07-13 02:51 UTC (History)
0 users

See Also:


Attachments
sword-1.5.8.patch (11.63 KB, patch)
2006-07-11 03:20 UTC, Thomas Abthorpe
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Abthorpe 2006-07-11 03:20:17 UTC
- Update to 1.5.8
- Assume maintainership

Generated with FreeBSD Port Tools 0.77
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-11 03:29:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-11 03:59:33 UTC
State Changed
From-To: open->feedback

Tracing.
Comment 3 Thomas Abthorpe 2006-07-11 15:18:54 UTC
In an overzealous attempt to keep portlint happy, I mis-corrected the 
REINPLACE_CMD. I have reverted back to the original

Please use the following diff for the Makefile

cvs diff -uN Makefile
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/sword/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile    10 May 2006 22:37:23 -0000      1.17
+++ Makefile    11 Jul 2006 13:58:16 -0000
@@ -6,17 +6,14 @@
 #

 PORTNAME=      sword
-PORTVERSION=   1.5.7
+PORTVERSION=   1.5.8
 CATEGORIES=    misc
 MASTER_SITES=  ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \
-       ${MASTER_SITE_SOURCEFORGE}
+               http://www.goodking.ca/pub/files/
 MASTER_SITE_SUBDIR=    ${PORTNAME}
-# 1.5.7a version fixes some build problems. Since there was no FreeBSD
-# version of 1.5.7 it's really no problem to put the a here. WRKSRC is also
-# just work/sword-1.5.7
-DISTFILES=     ${DISTNAME}a${EXTRACT_SUFX}
+DISTNAME=      ${PORTNAME}-${PORTVERSION}

-MAINTAINER=    ports@FreeBSD.org
+MAINTAINER=    thomas@goodking.ca
 COMMENT=       A project framework for manipulating Bible texts

 USE_GNOME=     pkgconfig
@@ -45,7 +42,7 @@
                ${WRKSRC}/Makefile.in

 post-install:
-       @${MKDIR} -p ${PREFIX}/share/sword/mods.d
+       @${MKDIR} ${PREFIX}/share/sword/mods.d
 .if !exists(${PREFIX}/etc/sword.conf)
        @(cd ${WRKSRC} && make install_config)
 .else
Comment 4 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-13 02:51:03 UTC
State Changed
From-To: feedback->closed

Committed with mino changes. Thank you.