ports/187048: sysutils/asmem: Update MASTER_SITES and WWW: line
KATO Tsuguru
tkato432 at yahoo.com
Tue Feb 25 18:10:04 UTC 2014
>Number: 187048
>Category: ports
>Synopsis: sysutils/asmem: Update MASTER_SITES and WWW: line
>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 Feb 25 18:10:03 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 8.4-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Add LICENSE
New file:
pkg-plist
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/sysutils/asmem/Makefile sysutils/asmem/Makefile
--- /usr/ports/sysutils/asmem/Makefile 2014-02-08 04:11:55.000000000 +0900
+++ sysutils/asmem/Makefile 2014-02-26 00:00:00.000000000 +0900
@@ -5,13 +5,12 @@
PORTVERSION= 1.12
PORTREVISION= 1
CATEGORIES= sysutils afterstep
-MASTER_SITES= http://www.tigr.net/afterstep/download/asmem/
+MASTER_SITES= http://tigr.net/afterstep/download/asmem/
MAINTAINER= ports at FreeBSD.org
-COMMENT= An AfterStep look-n-feel memory utilization monitor
+COMMENT= AfterStep look-n-feel memory utilization monitor
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-07
+LICENSE= GPLv2
USE_XORG= xpm
GNU_CONFIGURE= yes
@@ -19,10 +18,13 @@
--with-xpm-includes=${LOCALBASE}/include \
--with-xpm-library=${LOCALBASE}/lib
-PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+post-build:
+ @${LN} -sf asmem.man ${WRKSRC}/asmem.1
do-install:
- ${INSTALL_PROGRAM} -g kmem -m 2755 ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1
+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} asmem \
+ ${STAGEDIR}${PREFIX}/bin)
+ (cd ${WRKSRC} && ${INSTALL_MAN} asmem.1 \
+ ${STAGEDIR}${MANPREFIX}/man/man1)
.include <bsd.port.mk>
diff -urN /usr/ports/sysutils/asmem/pkg-descr sysutils/asmem/pkg-descr
--- /usr/ports/sysutils/asmem/pkg-descr 2014-01-23 04:24:32.000000000 +0900
+++ sysutils/asmem/pkg-descr 2014-02-26 00:00:00.000000000 +0900
@@ -1,4 +1,6 @@
-The asmem tool is an AfterStep look-n-feel memory utilization monitor for X
-Windows. asmem shows the levels of utilization of the various kinds of memory
-and swap space. Multiple options for customization are available (colors,
-appearance, other stuff).
+The asmem tool is an AfterStep look-n-feel memory utilization monitor
+for X Window System. asmem shows the levels of utilization of the
+various kinds of memory and swap space. Multiple options for
+customization are available (colors, appearance, other stuff).
+
+WWW: http://tigr.net/afterstep/
diff -urN /usr/ports/sysutils/asmem/pkg-plist sysutils/asmem/pkg-plist
--- /usr/ports/sysutils/asmem/pkg-plist 1970-01-01 09:00:00.000000000 +0900
+++ sysutils/asmem/pkg-plist 2014-02-26 00:00:00.000000000 +0900
@@ -0,0 +1,6 @@
+ at group kmem
+ at mode 2555
+bin/asmem
+ at mode
+ at group
+man/man1/asmem.1.gz
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list