Bug 187048 - sysutils/asmem: Update MASTER_SITES and WWW: line
Summary: sysutils/asmem: Update MASTER_SITES and WWW: line
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-25 18:10 UTC by tkato432
Modified: 2014-02-27 09:10 UTC (History)
0 users

See Also:


Attachments
file.diff (2.30 KB, patch)
2014-02-25 18:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2014-02-25 18:10:03 UTC
- Update MASTER_SITES and WWW: line
- Add LICENSE

New file:
pkg-plist
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-25 18:12:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-02-27 09:06:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-27 09:06:34 UTC
Author: miwi
Date: Thu Feb 27 09:06:26 2014
New Revision: 346281
URL: http://svnweb.freebsd.org/changeset/ports/346281
QAT: https://qat.redports.org/buildarchive/r346281/

Log:
  - Add Stage support
  - Update MASTER_SITES and WWW: line
  - Add LICENSE
  
  PR:		187048

Added:
  head/sysutils/asmem/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/asmem/Makefile
  head/sysutils/asmem/pkg-descr

Modified: head/sysutils/asmem/Makefile
==============================================================================
--- head/sysutils/asmem/Makefile	Thu Feb 27 09:05:23 2014	(r346280)
+++ head/sysutils/asmem/Makefile	Thu Feb 27 09:06:26 2014	(r346281)
@@ -5,13 +5,12 @@ PORTNAME=	asmem
 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@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 @@ CONFIGURE_ARGS=	--with-xpm \
 		--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>

Modified: head/sysutils/asmem/pkg-descr
==============================================================================
--- head/sysutils/asmem/pkg-descr	Thu Feb 27 09:05:23 2014	(r346280)
+++ head/sysutils/asmem/pkg-descr	Thu Feb 27 09:06:26 2014	(r346281)
@@ -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/

Added: head/sysutils/asmem/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/asmem/pkg-plist	Thu Feb 27 09:06:26 2014	(r346281)
@@ -0,0 +1,6 @@
+@group kmem
+@mode 2555
+bin/asmem
+@mode
+@group
+man/man1/asmem.1.gz
_______________________________________________
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"