diff options
author | hq <hq@FreeBSD.org> | 2006-04-23 09:08:27 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2006-04-23 09:08:27 +0800 |
commit | 12b05b8941ecb2bda69c1ce2c353080e84954084 (patch) | |
tree | 87f33ca15d908830ce669d86a38e270da8d5ecf1 /x11-wm | |
parent | 36ced3aadc8805a181a5dfd4775e19660e6cf33f (diff) | |
download | freebsd-ports-gnome-12b05b8941ecb2bda69c1ce2c353080e84954084.tar.gz freebsd-ports-gnome-12b05b8941ecb2bda69c1ce2c353080e84954084.tar.zst freebsd-ports-gnome-12b05b8941ecb2bda69c1ce2c353080e84954084.zip |
- Update to 1.4.0
- Use SUB_FILES
- Remove USE_REINPLACE [1]
Reported by: portlint [1]
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ratpoison/Makefile | 13 | ||||
-rw-r--r-- | x11-wm/ratpoison/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/ratpoison/files/ratpoison.desktop.in (renamed from x11-wm/ratpoison/files/ratpoison.desktop) | 0 | ||||
-rw-r--r-- | x11-wm/ratpoison/pkg-plist | 2 |
4 files changed, 10 insertions, 11 deletions
diff --git a/x11-wm/ratpoison/Makefile b/x11-wm/ratpoison/Makefile index b870c18e1203..2f456e94b5a7 100644 --- a/x11-wm/ratpoison/Makefile +++ b/x11-wm/ratpoison/Makefile @@ -6,10 +6,9 @@ # PORTNAME= ratpoison -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= x11-wm -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= hq@FreeBSD.org @@ -19,10 +18,11 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes OPTIONS= GDM_SUPPORT "Install session data files for GDM" off +SUB_FILES= ratpoison.desktop + .include <bsd.port.pre.mk> post-patch: @@ -32,13 +32,10 @@ post-patch: .if defined (WITH_GDM_SUPPORT) PLIST_SUB+= WITH_GDM="" -post-configure: - ${SED} -e 's,%%PREFIX%%,${PREFIX},' ${FILESDIR}/ratpoison.desktop \ - > ${WRKSRC}/ratpoison.desktop post-install: ${MKDIR} ${PREFIX}/etc/dm/Sessions - ${INSTALL_DATA} ${WRKSRC}/ratpoison.desktop ${PREFIX}/etc/dm/Sessions/ + ${INSTALL_DATA} ${WRKDIR}/ratpoison.desktop ${PREFIX}/etc/dm/Sessions/ .else PLIST_SUB+= WITH_GDM="@comment " .endif diff --git a/x11-wm/ratpoison/distinfo b/x11-wm/ratpoison/distinfo index 920a17d51ca4..7a096920b79a 100644 --- a/x11-wm/ratpoison/distinfo +++ b/x11-wm/ratpoison/distinfo @@ -1,3 +1,3 @@ -MD5 (ratpoison-1.3.0.tar.gz) = 75541248c355a3f1e09e864dd23a43f4 -SHA256 (ratpoison-1.3.0.tar.gz) = 0a3d5e85174e343db265e45db011f2f62d549786b5d1dc94910305998c51f22c -SIZE (ratpoison-1.3.0.tar.gz) = 309754 +MD5 (ratpoison-1.4.0.tar.gz) = 358abef81387f2d554f4a397dee968b1 +SHA256 (ratpoison-1.4.0.tar.gz) = 8ca95d315498bd441966387104a46249f4a646e8575c5f8a244e609aa12348e2 +SIZE (ratpoison-1.4.0.tar.gz) = 375793 diff --git a/x11-wm/ratpoison/files/ratpoison.desktop b/x11-wm/ratpoison/files/ratpoison.desktop.in index c460957784f5..c460957784f5 100644 --- a/x11-wm/ratpoison/files/ratpoison.desktop +++ b/x11-wm/ratpoison/files/ratpoison.desktop.in diff --git a/x11-wm/ratpoison/pkg-plist b/x11-wm/ratpoison/pkg-plist index 08ae114c78b7..f022a9360256 100644 --- a/x11-wm/ratpoison/pkg-plist +++ b/x11-wm/ratpoison/pkg-plist @@ -8,6 +8,8 @@ bin/rpws %%PORTDOCS%%%%DATADIR%%/rpshowall.sh %%PORTDOCS%%%%DATADIR%%/rpws %%PORTDOCS%%%%DATADIR%%/split.sh +%%PORTDOCS%%%%DATADIR%%/sloppy.c +%%PORTDOCS%%%%DATADIR%%/unrat.c %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog |