Bug 170297 - [PATCH] x11/xdialog: drop master_sites, adopt optionng
Summary: [PATCH] x11/xdialog: drop master_sites, adopt optionng
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: 2012-07-31 18:10 UTC by Jason Helfman
Modified: 2012-10-04 17:40 UTC (History)
1 user (show)

See Also:


Attachments
xdialog-2.3.1_5.patch (900 bytes, patch)
2012-07-31 18:10 UTC, Jason Helfman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Helfman freebsd_committer freebsd_triage 2012-07-31 18:10:09 UTC
drop bad master_sites (confirmed) http://lists.freebsd.org/pipermail/freebsd-ports/2012-July/077202.html
adopt optionsng

Port maintainer (sylvio@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-31 18:10:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-10-04 17:35:39 UTC
Author: jgh
Date: Thu Oct  4 16:35:25 2012
New Revision: 305265
URL: http://svn.freebsd.org/changeset/ports/305265

Log:
  - drop broken MASTER_SITE
  - while here adopt optionsNG
  
  PR:		170297
  Submitted by:	jgh@ (myself)
  Approved by:	maintainer timeout ( 65 days )

Modified:
  head/x11/xdialog/Makefile

Modified: head/x11/xdialog/Makefile
==============================================================================
--- head/x11/xdialog/Makefile	Thu Oct  4 16:30:16 2012	(r305264)
+++ head/x11/xdialog/Makefile	Thu Oct  4 16:35:25 2012	(r305265)
@@ -10,8 +10,7 @@ PORTNAME=	xdialog
 PORTVERSION=	2.3.1
 PORTREVISION=	5
 CATEGORIES=	x11
-MASTER_SITES=	http://thgodef.nerim.net/xdialog/ \
-		http://xdialog.free.fr/
+MASTER_SITES=	http://xdialog.free.fr/
 DISTNAME=	${PORTNAME:S/x/X/}-${PORTVERSION}
 
 MAINTAINER=	sylvio@FreeBSD.org
@@ -26,7 +25,9 @@ MAN1=		Xdialog.1
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-.if defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if empty(PORT_OPTIONS:MNLS)
 CONFIGURE_ARGS+=	--disable-nls
 PLIST_SUB+=	NLS="@comment "
 .else
@@ -44,7 +45,7 @@ post-patch:
 		${WRKSRC}/doc/Xdialog.man
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}/samples
 	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/*.png ${DOCSDIR}
_______________________________________________
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 2012-10-04 17:36:12 UTC
Responsible Changed
From-To: sylvio->jgh

maintainer timeout, 65 days
Comment 4 Jason Helfman freebsd_committer freebsd_triage 2012-10-04 17:36:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!