pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/crossfire-server



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar 20 11:05:04 UTC 2019

Modified Files:
        pkgsrc/games/crossfire-server: Makefile options.mk

Log Message:
crossfire-server: update to 1.11.0nb32.

Remove libXp, not used.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/games/crossfire-server/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/crossfire-server/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/crossfire-server/Makefile
diff -u pkgsrc/games/crossfire-server/Makefile:1.40 pkgsrc/games/crossfire-server/Makefile:1.41
--- pkgsrc/games/crossfire-server/Makefile:1.40 Thu Dec 13 19:51:52 2018
+++ pkgsrc/games/crossfire-server/Makefile      Wed Mar 20 11:05:04 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2018/12/13 19:51:52 adam Exp $
+# $NetBSD: Makefile,v 1.41 2019/03/20 11:05:04 wiz Exp $
 
 DISTNAME=      crossfire-1.11.0
 PKGNAME=       crossfire-server-1.11.0
-PKGREVISION=   31
+PKGREVISION=   32
 CATEGORIES=    games x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=crossfire/}
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX}

Index: pkgsrc/games/crossfire-server/options.mk
diff -u pkgsrc/games/crossfire-server/options.mk:1.1 pkgsrc/games/crossfire-server/options.mk:1.2
--- pkgsrc/games/crossfire-server/options.mk:1.1        Tue Nov  4 08:36:34 2008
+++ pkgsrc/games/crossfire-server/options.mk    Wed Mar 20 11:05:04 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2008/11/04 08:36:34 adam Exp $
+# $NetBSD: options.mk,v 1.2 2019/03/20 11:05:04 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.crossfire-server
 PKG_SUPPORTED_OPTIONS= x11
@@ -11,7 +11,6 @@ PLIST_VARS+=  x11
 .if !empty(PKG_OPTIONS:Mx11)
 PLIST.x11=     yes
 .include "../../x11/libXaw/buildlink3.mk"
-.include "../../x11/libXp/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index