ports/155841: Update port: x11/swarp
KATO Tsuguru
tkato432 at yahoo.com
Tue Mar 22 18:20:20 UTC 2011
>Number: 155841
>Category: ports
>Synopsis: Update port: x11/swarp
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Mar 22 18:20:19 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 7.3-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Add LICENSE
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/x11/swarp/Makefile x11/swarp/Makefile
--- /usr/ports/x11/swarp/Makefile 2011-03-12 20:54:16.000000000 +0900
+++ x11/swarp/Makefile 2011-03-22 16:22:53.000000000 +0900
@@ -9,26 +9,25 @@
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= x11
-MASTER_SITES= http://www.suckless.org/download/ \
- http://mirror.roe.ch/dist/${PORTNAME}/
+MASTER_SITES= http://dl.suckless.org/tools/
MAINTAINER= ports at FreeBSD.org
COMMENT= X11 generic pointer warping utility
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USE_XORG= x11
MAKE_ARGS= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lX11" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include \
-DVERSION=\\\"${PORTVERSION}\\\"" \
- LD=${CC}
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
+ LD="${CC}"
-USE_XORG= x11
-PLIST_FILES= bin/swarp
PORTDOCS= README
+PLIST_FILES= bin/swarp
post-patch:
- @${ECHO} -n > ${WRKSRC}/config.mk
+ @${ECHO_CMD} -n > ${WRKSRC}/config.mk
post-install:
.if !defined(NOPORTDOCS)
diff -urN /usr/ports/x11/swarp/pkg-descr x11/swarp/pkg-descr
--- /usr/ports/x11/swarp/pkg-descr 2008-01-21 07:47:01.000000000 +0900
+++ x11/swarp/pkg-descr 2011-03-13 05:41:03.000000000 +0900
@@ -3,4 +3,4 @@
for instance from within scripts. It is especially useful in
conjunction with scripted window managers such as wmii.
-WWW: http://www.suckless.org/wiki/tools/xlib
+WWW: http://tools.suckless.org/swarp
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list