diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-04-19 19:46:48 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-04-19 19:46:48 +0800 |
commit | d23747fb78771e9fcbc6b09faa73fc589c521557 (patch) | |
tree | 10f5e87b86ade6e1e0c50713be477eff19ad94da | |
parent | 4f63dc29d42d79b7b81644c81121137ef4a153c2 (diff) | |
download | freebsd-ports-gnome-d23747fb78771e9fcbc6b09faa73fc589c521557.tar.gz freebsd-ports-gnome-d23747fb78771e9fcbc6b09faa73fc589c521557.tar.zst freebsd-ports-gnome-d23747fb78771e9fcbc6b09faa73fc589c521557.zip |
- 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
-rw-r--r-- | sysutils/desktop-installer/Makefile | 10 | ||||
-rw-r--r-- | sysutils/desktop-installer/distinfo | 4 | ||||
-rw-r--r-- | sysutils/desktop-installer/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/desktop-installer/pkg-plist | 6 |
4 files changed, 12 insertions, 10 deletions
diff --git a/sysutils/desktop-installer/Makefile b/sysutils/desktop-installer/Makefile index 2fc84b5bef6a..0016c20b586e 100644 --- a/sysutils/desktop-installer/Makefile +++ b/sysutils/desktop-installer/Makefile @@ -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/distfiles/ \ 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 diff --git a/sysutils/desktop-installer/distinfo b/sysutils/desktop-installer/distinfo index a3571e0456f8..33fbf67ea860 100644 --- a/sysutils/desktop-installer/distinfo +++ b/sysutils/desktop-installer/distinfo @@ -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 diff --git a/sysutils/desktop-installer/pkg-descr b/sysutils/desktop-installer/pkg-descr index 3b40017ba6ad..eebbec6df4d7 100644 --- a/sysutils/desktop-installer/pkg-descr +++ b/sysutils/desktop-installer/pkg-descr @@ -3,4 +3,4 @@ FreeBSD desktop system using any of the mainstream desktop systems. 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 diff --git a/sysutils/desktop-installer/pkg-plist b/sysutils/desktop-installer/pkg-plist index 0a89e7df822f..ede03e6f3d5f 100644 --- a/sysutils/desktop-installer/pkg-plist +++ b/sysutils/desktop-installer/pkg-plist @@ -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 |