svn commit: r320529 - in head/net/miredo: . files

Munechika SUMIKAWA sumikawa at FreeBSD.org
Tue Jun 11 03:42:49 UTC 2013


Author: sumikawa
Date: Tue Jun 11 03:42:47 2013
New Revision: 320529
URL: http://svnweb.freebsd.org/changeset/ports/320529

Log:
  - Remove unnecesary patch
  - Fix @exec/@unexec on pkg-plist

Modified:
  head/net/miredo/Makefile
  head/net/miredo/files/patch-misc_Makefile.in
  head/net/miredo/pkg-plist

Modified: head/net/miredo/Makefile
==============================================================================
--- head/net/miredo/Makefile	Tue Jun 11 03:37:01 2013	(r320528)
+++ head/net/miredo/Makefile	Tue Jun 11 03:42:47 2013	(r320529)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=		miredo
-PORTVERSION=	 	1.2.6
-PORTREVISION=		1
+PORTVERSION=		1.2.6
+PORTREVISION=		2
 CATEGORIES=		net ipv6
 MASTER_SITES=		http://www.remlab.net/files/miredo/archive/
 

Modified: head/net/miredo/files/patch-misc_Makefile.in
==============================================================================
--- head/net/miredo/files/patch-misc_Makefile.in	Tue Jun 11 03:37:01 2013	(r320528)
+++ head/net/miredo/files/patch-misc_Makefile.in	Tue Jun 11 03:42:47 2013	(r320529)
@@ -1,14 +1,5 @@
 --- misc/Makefile.in.orig	2013-05-24 00:51:51.000000000 +0900
 +++ misc/Makefile.in	2013-05-30 21:43:05.059112147 +0900
-@@ -18,7 +18,7 @@
- # Makefile.am - misc Makefile for miredo
- 
- # ***********************************************************************
--# *  Copyright © 2004-2009 Rémi Denis-Courmont.                         *
-+# *  Copyright 息 2004-2009 R辿mi Denis-Courmont.                         *
- # *  This program is free software; you can redistribute and/or modify  *
- # *  it under the terms of the GNU General Public License as published  *
- # *  by the Free Software Foundation; version 2 of the license, or (at  *
 @@ -395,27 +395,11 @@
  	@list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
  	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \

Modified: head/net/miredo/pkg-plist
==============================================================================
--- head/net/miredo/pkg-plist	Tue Jun 11 03:37:01 2013	(r320528)
+++ head/net/miredo/pkg-plist	Tue Jun 11 03:42:47 2013	(r320529)
@@ -18,10 +18,8 @@ include/libtun6/tun6.h
 etc/miredo/client-hook
 @unexec [ -f %D/etc/miredo/miredo.conf ] && cmp -s %D/etc/miredo/miredo.conf %D/%%%EXAMPLESDIR%%/miredo.conf && rm %D/etc/miredo/miredo.conf || true
 %%EXAMPLESDIR%%/miredo.conf
- at exec [ -f %B/miredo.conf ] || cp %F %B/miredo.conf
- at unexec [ -f %D/etc/miredo/miredo-server.conf ] && cmp -s %D/etc/miredo/miredo-server.conf %D/%%%EXAMPLESDIR%%/miredo-server.conf && rm %D/etc/miredo/miredo-server.conf || true
+ at exec [ -f %D/etc/miredo/miredo.conf ] || cp %B/miredo.conf %D/etc/miredo/miredo.conf
 %%EXAMPLESDIR%%/miredo-server.conf
- at exec [ -f %B/miredo-server.conf ] || cp %F %B/miredo-server.conf
 %%NLS%%share/locale/en/LC_MESSAGES/miredo.mo
 %%NLS%%share/locale/en_GB/LC_MESSAGES/miredo.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/miredo.mo


More information about the svn-ports-all mailing list