Bug 168645 - [UPDATE] x11/luit to 1.1.1
Summary: [UPDATE] x11/luit to 1.1.1
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-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-03 20:10 UTC by lichray
Modified: 2013-06-26 18:50 UTC (History)
0 users

See Also:


Attachments
luit-1.1.1.patch (1.00 KB, patch)
2012-06-03 20:10 UTC, lichray
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lichray 2012-06-03 20:10:11 UTC
	
	Now luit uses posix_openpt(2) correctly.
	Time to close ports/161480 .
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-04 05:19:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-x11

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Niclas Zeising freebsd_committer freebsd_triage 2013-06-26 18:42:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-26 18:42:33 UTC
Author: zeising
Date: Wed Jun 26 17:42:21 2013
New Revision: 321804
URL: http://svnweb.freebsd.org/changeset/ports/321804

Log:
  Update to 1.1.1
  
  PR:		ports/168645
  Submitted by:	Zhihao Yuan <lichray@gmail.com>

Modified:
  head/x11/luit/Makefile
  head/x11/luit/distinfo

Modified: head/x11/luit/Makefile
==============================================================================
--- head/x11/luit/Makefile	Wed Jun 26 17:36:21 2013	(r321803)
+++ head/x11/luit/Makefile	Wed Jun 26 17:42:21 2013	(r321804)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	luit
-PORTVERSION=	1.1.0
-PORTREVISION=	1
+PORTVERSION=	1.1.1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -13,9 +12,6 @@ USE_XORG=	x11 fontenc
 
 CONFIGURE_ARGS=	--datadir=${LOCALBASE}/lib
 
-# Use openpty(), FreeBSD 7 has grantpt but not /dev/ptmx
-CONFIGURE_ENV=	ac_cv_func_grantpt=no
-
 PLIST_FILES=	bin/luit
 
 MAN1=		luit.1

Modified: head/x11/luit/distinfo
==============================================================================
--- head/x11/luit/distinfo	Wed Jun 26 17:36:21 2013	(r321803)
+++ head/x11/luit/distinfo	Wed Jun 26 17:42:21 2013	(r321804)
@@ -1,2 +1,2 @@
-SHA256 (xorg/app/luit-1.1.0.tar.bz2) = f1fafd7ea9486b3ff099d184ca9dde15d08445adfb5ecd3fde9a403b7d5903d1
-SIZE (xorg/app/luit-1.1.0.tar.bz2) = 131133
+SHA256 (xorg/app/luit-1.1.1.tar.bz2) = 30b0e787cb07a0f504b70f1d6123930522111ce9d4276f6683a69b322b49c636
+SIZE (xorg/app/luit-1.1.1.tar.bz2) = 140044
_______________________________________________
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"