Upgrade to 4.15.
This commit is contained in:
parent
02adc6ab70
commit
5d0cc9466f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22985
3 changed files with 13 additions and 13 deletions
|
@ -1,12 +1,12 @@
|
|||
# New ports collection makefile for: xlockmore
|
||||
# Version required: 4.14
|
||||
# Version required: 4.15
|
||||
# Date created: 9 November 1994
|
||||
# Whom: smace
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= xlockmore-4.14
|
||||
DISTNAME= xlockmore-4.15
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \
|
||||
${MASTER_SITE_XCONTRIB}
|
||||
|
@ -19,7 +19,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-gl --without-motif --without-sx \
|
||||
--without-editres --without-dtsaver --without-rplay \
|
||||
--without-nas --without-gtk
|
||||
--without-nas --without-gtk #--enable-customization
|
||||
.if defined(MAKE_KERBEROS4)
|
||||
CONFIGURE_ARGS+= --enable-kerberos4
|
||||
.endif
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xlockmore-4.14.tar.gz) = a2d833304a090614a1d75ded1c985f77
|
||||
MD5 (xlockmore-4.15.tar.gz) = eceda376ee0a336063a46ec018c83d94
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
--- xlock/XLock.ad.orig Wed Oct 1 05:55:32 1997
|
||||
+++ xlock/XLock.ad Mon Oct 13 09:08:42 1997
|
||||
@@ -47,9 +47,9 @@
|
||||
XLock.both3d: Magenta
|
||||
--- xlock/XLock.ad.orig Fri Oct 29 15:16:40 1999
|
||||
+++ xlock/XLock.ad Tue Nov 2 09:59:11 1999
|
||||
@@ -54,10 +54,10 @@
|
||||
|
||||
! For marquee & nose modes
|
||||
-!XLock.program: fortune -o
|
||||
!XLock.program: fortune -o
|
||||
-XLock.program: fortune -s
|
||||
-!XLock.program: fortune
|
||||
+!XLock.program: /usr/games/fortune -o
|
||||
+!XLock.program: fortune -s
|
||||
!XLock.program: fortune
|
||||
!XLock.program: /usr/games/fortune -o
|
||||
-!XLock.program: /usr/games/fortune -s
|
||||
+XLock.program: /usr/games/fortune -s
|
||||
+!XLock.program: /usr/games/fortune
|
||||
!XLock.program: /usr/games/fortune
|
||||
!XLock.program: finger
|
||||
!XLock.messagesfile: fortune.dat
|
||||
!XLock.messagefile: /etc/hosts
|
||||
|
|
Loading…
Reference in a new issue