svn commit: r439756 - head/sysutils/fsearch

Alexey Dokuchaev danfe at FreeBSD.org
Sat Apr 29 15:50:48 UTC 2017


Author: danfe
Date: Sat Apr 29 15:50:46 2017
New Revision: 439756
URL: https://svnweb.freebsd.org/changeset/ports/439756

Log:
  - Update to version 0.1beta2 (still a pre-release)
  - Remove patching for Linuxish #include <linux/limits.h> since it
    no longer does anything useful (the code was changed upstream)
  - Use dedicated pkg-plist file now that it is long enough
  
  Reported by:	portscout
  
  Because GitHub releases (tarballs) are not fetched with correct modification
  time, set TIMESTAMP to 1493302986 which corresponds to commit ba6aa54 tagged
  as this release.

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

Modified: head/sysutils/fsearch/Makefile
==============================================================================
--- head/sysutils/fsearch/Makefile	Sat Apr 29 15:44:00 2017	(r439755)
+++ head/sysutils/fsearch/Makefile	Sat Apr 29 15:50:46 2017	(r439756)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fsearch
-DISTVERSION=	0.1beta1
+DISTVERSION=	0.1beta2
 CATEGORIES=	sysutils
 
 MAINTAINER=	danfe at FreeBSD.org
@@ -21,12 +21,4 @@ USES=		autoreconf gettext gmake pkgconfi
 GNU_CONFIGURE=	yes
 USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool
 
-PLIST_FILES=	bin/fsearch \
-		share/applications/fsearch.desktop \
-		share/locale/de/LC_MESSAGES/fsearch.mo
-
-post-patch:
-	@${GREP} -Rl linux/limits\\.h ${WRKSRC}/src | ${XARGS} \
-		${REINPLACE_CMD} -e '/linux\/limits\.h/d'
-
 .include <bsd.port.mk>

Modified: head/sysutils/fsearch/distinfo
==============================================================================
--- head/sysutils/fsearch/distinfo	Sat Apr 29 15:44:00 2017	(r439755)
+++ head/sysutils/fsearch/distinfo	Sat Apr 29 15:50:46 2017	(r439756)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476634045
-SHA256 (cboxdoerfer-fsearch-0.1beta1_GH0.tar.gz) = 39daf6261e86b1485945e570a5100af0015512b86e8d55003fdbb58556355ea2
-SIZE (cboxdoerfer-fsearch-0.1beta1_GH0.tar.gz) = 71282
+TIMESTAMP = 1493302986
+SHA256 (cboxdoerfer-fsearch-0.1beta2_GH0.tar.gz) = 46d4bf3a488f426c1044f822a99632c2bb6b85517b6e67ad0e8a507a4c4c526f
+SIZE (cboxdoerfer-fsearch-0.1beta2_GH0.tar.gz) = 135870

Added: head/sysutils/fsearch/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/fsearch/pkg-plist	Sat Apr 29 15:50:46 2017	(r439756)
@@ -0,0 +1,16 @@
+bin/fsearch
+share/applications/fsearch.desktop
+share/locale/de/LC_MESSAGES/fsearch.mo
+share/locale/el/LC_MESSAGES/fsearch.mo
+share/locale/es/LC_MESSAGES/fsearch.mo
+share/locale/fr/LC_MESSAGES/fsearch.mo
+share/locale/hu/LC_MESSAGES/fsearch.mo
+share/locale/ja/LC_MESSAGES/fsearch.mo
+share/locale/lt/LC_MESSAGES/fsearch.mo
+share/locale/nl/LC_MESSAGES/fsearch.mo
+share/locale/pt/LC_MESSAGES/fsearch.mo
+share/locale/pt-br/LC_MESSAGES/fsearch.mo
+share/locale/ru/LC_MESSAGES/fsearch.mo
+share/locale/sk/LC_MESSAGES/fsearch.mo
+share/locale/zh_CN/LC_MESSAGES/fsearch.mo
+share/locale/zh_Hans/LC_MESSAGES/fsearch.mo


More information about the svn-ports-all mailing list