svn commit: r360152 - in head/www/webresolve: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Jul 2 08:04:11 UTC 2014
Author: vanilla
Date: Wed Jul 2 08:04:10 2014
New Revision: 360152
URL: http://svnweb.freebsd.org/changeset/ports/360152
QAT: https://qat.redports.org/buildarchive/r360152/
Log:
1: Stagify.
2: Add LICENSE.
Approved by: portmgr@ (blanket approval)portmgr@ (blanket approval)portmgr@ (blanket approval)portmgr@ (blanket approval)
Added:
head/www/webresolve/files/patch-configure (contents, props changed)
Modified:
head/www/webresolve/Makefile
head/www/webresolve/pkg-plist
Modified: head/www/webresolve/Makefile
==============================================================================
--- head/www/webresolve/Makefile Wed Jul 2 07:55:20 2014 (r360151)
+++ head/www/webresolve/Makefile Wed Jul 2 08:04:10 2014 (r360152)
@@ -11,13 +11,11 @@ MASTER_SITES= http://siag.nu/pub/webreso
MAINTAINER= joseph at randomnetworks.com
COMMENT= Webresolve resolves IP addresses to host names in web log files
-HAS_CONFIGURE= yes
+LICENSE= GPLv2
+HAS_CONFIGURE= yes
ALL_TARGET= webresolve
-MAN1= webresolve.1 splitwr.1
-
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|; s|\-g||' \
${WRKSRC}/configure
Added: head/www/webresolve/files/patch-configure
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/webresolve/files/patch-configure Wed Jul 2 08:04:10 2014 (r360152)
@@ -0,0 +1,13 @@
+--- configure.orig 2014-07-02 16:00:31.835416510 +0800
++++ configure 2014-07-02 16:00:52.715441718 +0800
+@@ -116,8 +116,8 @@ dist:
+ livelog: livelog.o
+
+ install: webresolve
+- cp webresolve splitwr \$(BINDIR)
+- cp webresolve.1 splitwr.1 \$(MAN1DIR)
++ cp webresolve splitwr \$(DESTDIR)\$(BINDIR)
++ cp webresolve.1 splitwr.1 \$(DESTDIR)\$(MAN1DIR)
+
+ uninstall:
+ rm -f \$(BINDIR)/webresolve \$(BINDIR)/splitwr
Modified: head/www/webresolve/pkg-plist
==============================================================================
--- head/www/webresolve/pkg-plist Wed Jul 2 07:55:20 2014 (r360151)
+++ head/www/webresolve/pkg-plist Wed Jul 2 08:04:10 2014 (r360152)
@@ -1,2 +1,4 @@
bin/splitwr
bin/webresolve
+man/man1/webresolve.1.gz
+man/man1/splitwr.1.gz
More information about the svn-ports-all
mailing list