Bug 187062 - x11-clocks/astime: Update MASTER_SITES
Summary: x11-clocks/astime: Update MASTER_SITES
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:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.98 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:07 UTC
- Update MASTER_SITES
- Add LICENSE
- Support STRIP properly

Remove file:
files/patch-aa
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-25 18:12:39 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:21:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-27 09:21:10 UTC
Author: miwi
Date: Thu Feb 27 09:21:03 2014
New Revision: 346294
URL: http://svnweb.freebsd.org/changeset/ports/346294
QAT: https://qat.redports.org/buildarchive/r346294/

Log:
  - Update MASTER_SITES
  - Add LICENSE
  - Support STRIP properly
  
  PR:		187062

Deleted:
  head/x11-clocks/astime/files/
Modified:
  head/x11-clocks/astime/Makefile

Modified: head/x11-clocks/astime/Makefile
==============================================================================
--- head/x11-clocks/astime/Makefile	Thu Feb 27 09:20:04 2014	(r346293)
+++ head/x11-clocks/astime/Makefile	Thu Feb 27 09:21:03 2014	(r346294)
@@ -5,17 +5,28 @@ PORTNAME=	astime
 PORTVERSION=	2.8
 PORTREVISION=	2
 CATEGORIES=	x11-clocks afterstep
-MASTER_SITES=	ftp://ftp.afterstep.org/apps/astime/ \
-		http://www.tigr.net/afterstep/download/astime/
+MASTER_SITES=	AFTERSTEP/apps/astime/ \
+		http://tigr.net/afterstep/download/astime/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Time/Date applet for WindowMaker
 
+LICENSE=	GPLv2
+
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=--with-xpm-library="${LOCALBASE}/lib" --with-xpm-includes="${LOCALBASE}/include/X11"
-INSTALL_TARGET=	install install.man
+CONFIGURE_ARGS=	--with-xpm-includes=${LOCALBASE}/include \
+		--with-xpm-library=${LOCALBASE}/lib
+
+PLIST_FILES=	bin/astime man/man1/astime.1.gz
+
+post-build:
+	@${LN} -sf astime.man ${WRKSRC}/astime.1
 
-PLIST_FILES=	bin/astime man/man1/${PORTNAME}.1.gz
+do-install:
+	(cd ${WRKSRC} && ${INSTALL_PROGRAM} astime \
+		${STAGEDIR}${PREFIX}/bin)
+	(cd ${WRKSRC} && ${INSTALL_MAN} astime.1 \
+		${STAGEDIR}${MANPREFIX}/man/man1)
 
 .include <bsd.port.mk>
_______________________________________________
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"