Bug 184940 - Update request: x11/xlockmore to 5.43
Summary: Update request: x11/xlockmore to 5.43
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: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-17 17:30 UTC by umeno
Modified: 2013-12-20 19:10 UTC (History)
0 users

See Also:


Attachments
file.diff (950 bytes, patch)
2013-12-17 17:30 UTC, umeno
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description umeno 2013-12-17 17:30:00 UTC
Update request: x11/xlockmore to 5.42

How-To-Repeat: N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-17 17:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-20 19:01:46 UTC
Author: jgh
Date: Fri Dec 20 19:01:37 2013
New Revision: 337074
URL: http://svnweb.freebsd.org/changeset/ports/337074

Log:
  - update to 5.43 [1]
  - convert to new lib_depends format
  - convert to staging (thanks bapt@!)
  
  PR:	184940 [1]
  Submitted by:	umeno@rr.iij4u.or.jp [1]

Deleted:
  head/x11/xlockmore/files/patch-configure
Modified:
  head/japanese/xlockmore/Makefile
  head/x11/xlockmore/Makefile
  head/x11/xlockmore/distinfo

Modified: head/japanese/xlockmore/Makefile
==============================================================================
--- head/japanese/xlockmore/Makefile	Fri Dec 20 18:57:13 2013	(r337073)
+++ head/japanese/xlockmore/Makefile	Fri Dec 20 19:01:37 2013	(r337074)
@@ -10,5 +10,4 @@ MASTERDIR=	${.CURDIR}/../../x11/xlockmor
 WITH_MB=	yes
 XLOCKMORE_LANG=	ja
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/x11/xlockmore/Makefile
==============================================================================
--- head/x11/xlockmore/Makefile	Fri Dec 20 18:57:13 2013	(r337073)
+++ head/x11/xlockmore/Makefile	Fri Dec 20 19:01:37 2013	(r337074)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xlockmore
-PORTVERSION=	5.42
+PORTVERSION=	5.43
 CATEGORIES?=	x11
 MASTER_SITES=	http://www.tux.org/~bagleyd/xlock/${PORTNAME}-${PORTVERSION}/ \
 		ftp://ibiblio.org/pub/Linux/X11/screensavers/ \
@@ -20,10 +20,9 @@ CONFIGURE_ARGS=	--without-motif --withou
 USE_GNOME=	#
 USE_XORG=	x11 xaw ice
 
-LIB_DEPENDS+=	freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS+=	libfreetype.so:${PORTSDIR}/print/freetype2
 
-MAN1=		xlock.1
-PLIST_FILES=	bin/xlock lib/X11/app-defaults/XLock
+PLIST_FILES=	bin/xlock lib/X11/app-defaults/XLock man/man1/xlock.1.gz
 
 OPTIONS_DEFINE=	MESAGL MB SYSLOG DISABLE_ALLOW_ROOT NICE_ONLY BLANK_ONLY \
 		KERBEROS4 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK
@@ -45,7 +44,10 @@ OPTIONS_RADIO_ONE=	PAM XLOCK_GROUP
 
 NO_OPTIONS_SORT=yes
 
-NO_STAGE=	yes
+MAKE_ARGS+=	bindir=${STAGEDIR}${PREFIX}/bin \
+		mandir=${STAGEDIR}${PREFIX}/man/man1 \
+		xapploaddir=${STAGEDIR}${PREFIX}/lib/X11/app-defaults
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MKERBEROS4}
@@ -123,7 +125,7 @@ CONFIGURE_ARGS+=	--enable-customization
 .endif
 
 .if ${PORT_OPTIONS:MMAGICK}
-LIB_DEPENDS+=	MagickCore:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+=	libMagickCore.so:${PORTSDIR}/graphics/ImageMagick
 .else
 CONFIGURE_ARGS+=	--without-magick
 .endif

Modified: head/x11/xlockmore/distinfo
==============================================================================
--- head/x11/xlockmore/distinfo	Fri Dec 20 18:57:13 2013	(r337073)
+++ head/x11/xlockmore/distinfo	Fri Dec 20 19:01:37 2013	(r337074)
@@ -1,2 +1,2 @@
-SHA256 (xlockmore-5.42.tar.bz2) = 1fe4170e35c9a41744effcff7ed790ffefba024db398f9cf19092a91f465b19f
-SIZE (xlockmore-5.42.tar.bz2) = 1963974
+SHA256 (xlockmore-5.43.tar.bz2) = 29911f21aaf682aa61f358ca36dadf20091ad919d19b4d55e3f4c8503ab266d0
+SIZE (xlockmore-5.43.tar.bz2) = 1965448
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2013-12-20 19:01:50 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!