Bug 182798 - misc/ondir: Update to version 0.2.4
Summary: misc/ondir: Update to version 0.2.4
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: Antoine Brodin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-07 19:10 UTC by tkato432
Modified: 2013-10-09 19:22 UTC (History)
0 users

See Also:


Attachments
file.diff (1.79 KB, patch)
2013-10-07 19: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 2013-10-07 19:10:00 UTC
- Update to version 0.2.4
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2013-10-09 18:31:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

Take
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-09 19:19:14 UTC
Author: antoine
Date: Wed Oct  9 18:19:05 2013
New Revision: 329917
URL: http://svnweb.freebsd.org/changeset/ports/329917

Log:
  - update to 0.2.4
  - add LICENSE
  - convert to STAGEDIR
  
  PR:		ports/182798
  Submitted by:	KATO Tsuguru

Modified:
  head/misc/ondir/Makefile
  head/misc/ondir/distinfo
  head/misc/ondir/pkg-descr

Modified: head/misc/ondir/Makefile
==============================================================================
--- head/misc/ondir/Makefile	Wed Oct  9 17:42:48 2013	(r329916)
+++ head/misc/ondir/Makefile	Wed Oct  9 18:19:05 2013	(r329917)
@@ -2,23 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	ondir
-PORTVERSION=	0.2.3
+PORTVERSION=	0.2.4
 CATEGORIES=	misc
 MASTER_SITES=	http://swapoff.org/files/${PORTNAME}/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Automatically executes scripts as you traverse directories
 
+LICENSE=	GPLv2
+
 ALL_TARGET=	${PORTNAME}
-MAKE_ARGS=	PREFIX=${PREFIX} CONF=${PREFIX}/etc/ondirrc
-MAN1=		${PORTNAME}.1
-MANCOMPRESSED=	no
+MAKE_ARGS=	PREFIX="${PREFIX}" \
+		CC="${CC}" LD="${CC}" \
+		CFLAGS="${CFLAGS} -DVERSION=\\\"${PORTVERSION}\\\" -DGLOBAL_CONF=\\\"${PREFIX}/etc/ondirrc\\\"" \
+		LDFLAGS="${LDFLAGS}"
 
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>

Modified: head/misc/ondir/distinfo
==============================================================================
--- head/misc/ondir/distinfo	Wed Oct  9 17:42:48 2013	(r329916)
+++ head/misc/ondir/distinfo	Wed Oct  9 18:19:05 2013	(r329917)
@@ -1,2 +1,2 @@
-SHA256 (ondir-0.2.3.tar.gz) = 504a677e5b7c47c907f478d00f52c8ea629f2bf0d9134ac2a3bf0bbe64157ba3
-SIZE (ondir-0.2.3.tar.gz) = 17820
+SHA256 (ondir-0.2.4.tar.gz) = 52921cdcf02273e0d47cc6172df6a0d2c56980d724568276acb0591e0bda343a
+SIZE (ondir-0.2.4.tar.gz) = 52860

Modified: head/misc/ondir/pkg-descr
==============================================================================
--- head/misc/ondir/pkg-descr	Wed Oct  9 17:42:48 2013	(r329916)
+++ head/misc/ondir/pkg-descr	Wed Oct  9 18:19:05 2013	(r329917)
@@ -5,4 +5,4 @@ In addition to executing scripts in the 
 ondir also executes scripts in directories that are traversed on the way to that
 directory.
 
-WWW: http://swapoff.org/wiki/OnDir
+WWW: http://swapoff.org/ondir.html
_______________________________________________
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"
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2013-10-09 19:22:08 UTC
State Changed
From-To: open->closed

Port updated, thanks!