Index: head/x11/xdialog/Makefile =================================================================== --- head/x11/xdialog/Makefile (revision 172329) +++ head/x11/xdialog/Makefile (revision 172330) @@ -1,52 +1,52 @@ # ex:ts=8 # New ports collection makefile for: xdialog # Date created: Jan 8, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= xdialog -PORTVERSION= 2.2.1 +PORTVERSION= 2.3.1 CATEGORIES= x11 MASTER_SITES= http://thgodef.nerim.net/xdialog/ DISTNAME= ${PORTNAME:S/x/X/}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chinsan.tw@gmail.com COMMENT= A drop in replacement for the "dialog" or "cdialog" programs USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnometarget gtk12 USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= Xdialog.1 CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|m4 lib src|m4 src|g ; \ s|-I../lib||g ; \ s|-L../lib -lgetopt||g ; \ s| install-docDATA||g' post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.png ${DOCSDIR} .endif .include Property changes on: head/x11/xdialog/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/x11/xdialog/distinfo =================================================================== --- head/x11/xdialog/distinfo (revision 172329) +++ head/x11/xdialog/distinfo (revision 172330) @@ -1,3 +1,3 @@ -MD5 (Xdialog-2.2.1.tar.bz2) = 6bdf128ed63e4a1d6fc64c380dbe6d97 -SHA256 (Xdialog-2.2.1.tar.bz2) = b65104171bf3656b8de332449565221ac4b7f1e6f144c579a074900ac6178a23 -SIZE (Xdialog-2.2.1.tar.bz2) = 460128 +MD5 (Xdialog-2.3.1.tar.bz2) = 0671f8353717513bf1f0ebc80e9710f6 +SHA256 (Xdialog-2.3.1.tar.bz2) = 1d446899697145fc36623d8afdd274066177da9383a6b619c18e8eb1b2ba589a +SIZE (Xdialog-2.3.1.tar.bz2) = 457938 Property changes on: head/x11/xdialog/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property