svn commit: r351110 - head/x11/yad

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Apr 12 17:04:17 UTC 2014


Author: danilo
Date: Sat Apr 12 17:04:16 2014
New Revision: 351110
URL: http://svnweb.freebsd.org/changeset/ports/351110
QAT: https://qat.redports.org/buildarchive/r351110/

Log:
  - Project moved to SF
  - Update from 0.25.1 to 0.26.1
  - Convert USE_XZ to USES
  - Add LICENSE

Modified:
  head/x11/yad/Makefile
  head/x11/yad/distinfo

Modified: head/x11/yad/Makefile
==============================================================================
--- head/x11/yad/Makefile	Sat Apr 12 16:58:26 2014	(r351109)
+++ head/x11/yad/Makefile	Sat Apr 12 17:04:16 2014	(r351110)
@@ -2,15 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	yad
-PORTVERSION=	0.25.1
+PORTVERSION=	0.26.1
 CATEGORIES=	x11 gnome
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	SF/${PORTNAME}-dialog/
 
 MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	Display GNOME dialogs from the command line
 
-USES=		gmake pkgconfig
-USE_XZ=		yes
+LICENSE=	GPLv3
+
+USES=		gmake pkgconfig tar:xz
 GNU_CONFIGURE=	yes
 INSTALLS_OMF=	yes
 INSTALLS_ICONS=	yes

Modified: head/x11/yad/distinfo
==============================================================================
--- head/x11/yad/distinfo	Sat Apr 12 16:58:26 2014	(r351109)
+++ head/x11/yad/distinfo	Sat Apr 12 17:04:16 2014	(r351110)
@@ -1,2 +1,2 @@
-SHA256 (yad-0.25.1.tar.xz) = ea94e5f31cd8a7134e93ed9004e505df9c3df11be9c92dfce042f5944ed292de
-SIZE (yad-0.25.1.tar.xz) = 228828
+SHA256 (yad-0.26.1.tar.xz) = a4071ce24e390866f0e817d2928d5df305f72fa3d3d24a581d695171913901b8
+SIZE (yad-0.26.1.tar.xz) = 230896


More information about the svn-ports-all mailing list