ports/127993: [maintainer update] games/linux-unrealgold: fix dependencies

Alexander Logvinov ports at logvinov.com
Fri Oct 10 10:00:10 UTC 2008


>Number:         127993
>Category:       ports
>Synopsis:       [maintainer update] games/linux-unrealgold: fix dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 10 10:00:09 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.3-RELEASE-p1 i386
>Organization:
>Environment:

>Description:

  Remove misc/xdelta and archivers/unshield from a BUILD_DEPENDS list. 
        
>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/games/linux-unrealgold/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	19 Jul 2008 16:22:23 -0000	1.1
+++ Makefile	10 Oct 2008 09:40:07 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	unrealgold
 PORTVERSION=	436
+PORTREVISION=	1
 CATEGORIES=	games linux
 MASTER_SITES=	http://offload1.icculus.org/~ravage/unreal/${PORTNAME}/
 PKGNAMEPREFIX=	linux-
@@ -48,14 +49,14 @@
 RELEASE_MSG=	"Unreal Anthology"
 MANUALFILES=	Manual.pdf
 PORTDOCS+=	${MANUALFILES}
-BUILD_DEPENDS+=	unshield:${PORTSDIR}/archivers/unshield \
-		xdelta:${PORTSDIR}/misc/xdelta
+EXTRACT_DEPENDS=	unshield:${PORTSDIR}/archivers/unshield
+PATCH_DEPENDS=	xdelta:${PORTSDIR}/misc/xdelta
 # Original CD
 .elif exists(${CDROM_MOUNT}/SYSTEM/UPak.u)
 ORIGINAL=	yes
 RELEASE_MSG=	"original"
 PORTDOCS+=	${MANUALFILES}
-BUILD_DEPENDS+=	xdelta:${PORTSDIR}/misc/xdelta
+PATCH_DEPENDS=	xdelta:${PORTSDIR}/misc/xdelta
 # TheSINHumanHead CD
 .elif exists(${CDROM_MOUNT}/System-int.tar.bz2)
 RAVAGE=		yes
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list