Bug 48327 - Update port: games/linux-nwserver 1.27 -> 1.28
Summary: Update port: games/linux-nwserver 1.27 -> 1.28
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-16 12:50 UTC by Igor Pokrovsky
Modified: 2003-02-23 06:58 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 Igor Pokrovsky 2003-02-16 12:50:15 UTC
	Updating from 1.27 to 1.28
	You can view list of improvements at:
	http://nwn.bioware.com/support/patchdetails.html

Fix: 

--------------F58A708D8DBDE047CA63D22D----BKkNrT7bPwfQGHcR4bXtvtst3KZ6Wpcv9M3RMHoStbynhUK0
Content-Type: text/plain; name="linux-nwserver.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="linux-nwserver.diff"

diff -u -r linux-nwserver/Makefile linux-nwserver-new/Makefile
--- linux-nwserver/Makefile	Sun Feb 16 13:22:37 2003
+++ linux-nwserver-new/Makefile	Sun Feb 16 13:27:00 2003
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	linux-nwserver
-PORTVERSION=	1.27
+PORTVERSION=	1.28
 CATEGORIES=	games linux
-MASTER_SITES=	http://nwdownloads.bioware.com/neverwinternights/linux/127/
-DISTNAME=	linuxserver127
+MASTER_SITES=	http://nwdownloads.bioware.com/neverwinternights/linux/128/
+DISTNAME=	linuxserver128
 
 MAINTAINER=	tiamat@telegraph.spb.ru
 
diff -u -r linux-nwserver/distinfo linux-nwserver-new/distinfo
--- linux-nwserver/distinfo	Sun Feb 16 13:22:37 2003
+++ linux-nwserver-new/distinfo	Sun Feb 16 13:28:54 2003
@@ -1 +1 @@
-MD5 (linuxserver127.tar.gz) = 19d871d5a745643c15f6729fa5e0d062
+MD5 (linuxserver128.tar.gz) = 6d2b1ac9831018de27137862b107c202
Comment 1 Ulrich Spoerlein 2003-02-16 16:36:36 UTC
On Sun, 16.02.2003 at 13:49:33 +0100, Igor Pokrovsky wrote:
>  PORTNAME=	linux-nwserver
> -PORTVERSION=	1.27
> +PORTVERSION=	1.28
>  CATEGORIES=	games linux
> -MASTER_SITES=	http://nwdownloads.bioware.com/neverwinternights/linux/127/
> -DISTNAME=	linuxserver127
> +MASTER_SITES=	http://nwdownloads.bioware.com/neverwinternights/linux/128/
> +DISTNAME=	linuxserver128

You should probably use the :S/// operator known to make, to reduce
diffs in the future. The above should then be written as:

+MASTER_SITES=	http://nwdownloads.bioware.com/neverwinternights/linux/${PORTVERSION:S/.//}/
+DISTNAME=	linuxserver${PORTVERSION:S/.//}
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2003-02-23 06:58:26 UTC
State Changed
From-To: open->closed

Commited, thanks!