Minor bug fixes, update for API changes in auto-admin, reduce clutter in output. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->madpilot I'll take it.
Author: madpilot Date: Fri Apr 19 11:46:48 2013 New Revision: 316098 URL: http://svnweb.freebsd.org/changeset/ports/316098 Log: - Update to 0.4.4 - Trim Makefile headers - Use space for WWW line in pkg-descr PR: ports/177718 Submitted by: Jason Bacon <jwbacon@tds.net> Feature safe: yes Modified: head/sysutils/desktop-installer/Makefile head/sysutils/desktop-installer/distinfo (contents, props changed) head/sysutils/desktop-installer/pkg-descr (contents, props changed) head/sysutils/desktop-installer/pkg-plist (contents, props changed) Modified: head/sysutils/desktop-installer/Makefile ============================================================================== --- head/sysutils/desktop-installer/Makefile Fri Apr 19 11:45:55 2013 (r316097) +++ head/sysutils/desktop-installer/Makefile Fri Apr 19 11:46:48 2013 (r316098) @@ -1,12 +1,8 @@ -# New ports collection makefile for: desktop-installer -# Date created: 2009-12-29 -# Whom: Jason Bacon <jwbacon@tds.net> -# +# Created by: Jason Bacon <jwbacon@tds.net> # $FreeBSD$ -# PORTNAME= desktop-installer -PORTVERSION= 0.4.3 +PORTVERSION= 0.4.4 CATEGORIES= sysutils MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ http://personalpages.tds.net/~jwbacon/Ports/distfiles/ @@ -14,7 +10,7 @@ MASTER_SITES= http://acadix.biz/Ports/di MAINTAINER= jwbacon@tds.net COMMENT= Quickly configure a FreeBSD desktop system -RUN_DEPENDS= auto-admin>=0.3:${PORTSDIR}/sysutils/auto-admin +RUN_DEPENDS= auto-admin>=0.3.1:${PORTSDIR}/sysutils/auto-admin NO_BUILD= yes Modified: head/sysutils/desktop-installer/distinfo ============================================================================== --- head/sysutils/desktop-installer/distinfo Fri Apr 19 11:45:55 2013 (r316097) +++ head/sysutils/desktop-installer/distinfo Fri Apr 19 11:46:48 2013 (r316098) @@ -1,2 +1,2 @@ -SHA256 (desktop-installer-0.4.3.tar.gz) = 17f4d96a26cff1bed8369ac7da568147c4183e0836bf14f4d1c12700cc004c88 -SIZE (desktop-installer-0.4.3.tar.gz) = 267479 +SHA256 (desktop-installer-0.4.4.tar.gz) = a776382f88db607abbbb03dd97e47ab353a95f79a59f580b31a80197ca6e4a46 +SIZE (desktop-installer-0.4.4.tar.gz) = 269862 Modified: head/sysutils/desktop-installer/pkg-descr ============================================================================== --- head/sysutils/desktop-installer/pkg-descr Fri Apr 19 11:45:55 2013 (r316097) +++ head/sysutils/desktop-installer/pkg-descr Fri Apr 19 11:46:48 2013 (r316098) @@ -3,4 +3,4 @@ FreeBSD desktop system using any of the It automatically installs essential software and configures subsystems such as HAL, CUPS, etc. for typical use. -WWW: http://personalpages.tds.net/~jwbacon/Ports +WWW: http://personalpages.tds.net/~jwbacon/Ports Modified: head/sysutils/desktop-installer/pkg-plist ============================================================================== --- head/sysutils/desktop-installer/pkg-plist Fri Apr 19 11:45:55 2013 (r316097) +++ head/sysutils/desktop-installer/pkg-plist Fri Apr 19 11:46:48 2013 (r316098) @@ -14,6 +14,10 @@ sbin/desktop-installer %%DATADIR%%/LXDE/bsd_background.jpg %%DATADIR%%/LXDE/xdmshutdown %%DATADIR%%/LXDE/xinitrc +%%DATADIR%%/Patches/linux-f10-flashplugin11/Makefile +%%DATADIR%%/Patches/linux-f10-flashplugin11/distinfo +%%DATADIR%%/Patches/linux-f10-flashplugin11/pkg-descr +%%DATADIR%%/Patches/linux-f10-flashplugin11/pkg-plist %%DATADIR%%/PolicyKit.conf %%DATADIR%%/Scripts/battery_shutdown.sh %%DATADIR%%/XFCE4/GiveConsole @@ -47,6 +51,8 @@ sbin/desktop-installer @dirrm %%DATADIR%%/gcc45 @dirrm %%DATADIR%%/XFCE4 @dirrm %%DATADIR%%/Scripts +@dirrm %%DATADIR%%/Patches/linux-f10-flashplugin11 +@dirrm %%DATADIR%%/Patches @dirrm %%DATADIR%%/LXDE @dirrm %%DATADIR%%/KDE4 @dirrm %%DATADIR%%/KDE3 _______________________________________________ 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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!