Index: head/java/jattach/files/patch-Makefile =================================================================== --- head/java/jattach/files/patch-Makefile (revision 491139) +++ head/java/jattach/files/patch-Makefile (nonexistent) @@ -1,21 +0,0 @@ ---- Makefile.orig 2017-09-27 07:10:05 UTC -+++ Makefile -@@ -2,6 +2,10 @@ ifneq ($(findstring Windows,$(OS)),) - CL=cl.exe - CFLAGS=/O2 /D_CRT_SECURE_NO_WARNINGS - JATTACH_EXE=jattach.exe -+else -+ UNAME_S := $(shell uname -s) -+ifneq ($(findstring FreeBSD,$(UNAME_S)),) -+ JATTACH_EXE=jattach - else - ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) - RPM_ROOT=$(ROOT_DIR)/build/rpm -@@ -10,6 +14,7 @@ else - CC=gcc - CFLAGS=-O2 - JATTACH_EXE=jattach -+endif - endif - - all: build build/$(JATTACH_EXE) Property changes on: head/java/jattach/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/java/jattach/Makefile =================================================================== --- head/java/jattach/Makefile (revision 491139) +++ head/java/jattach/Makefile (revision 491140) @@ -1,24 +1,24 @@ # $FreeBSD$ PORTNAME= jattach -DISTVERSION= g20170928 +DISTVERSIONPREFIX= v +DISTVERSION= 1.4 CATEGORIES= java devel MAINTAINER= mizhka@gmail.com COMMENT= JVM dynamic attach utility LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake USE_GITHUB= yes GH_ACCOUNT= apangin -GH_TAGNAME= ccc2f05 PLIST_FILES= bin/jattach do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/jattach ${STAGEDIR}${PREFIX}/bin/jattach .include Index: head/java/jattach/distinfo =================================================================== --- head/java/jattach/distinfo (revision 491139) +++ head/java/jattach/distinfo (revision 491140) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506587842 -SHA256 (apangin-jattach-g20170928-ccc2f05_GH0.tar.gz) = dafb14375200beb6c52ffce6412c0d74c4639d8421f275f9b6085511ca4e886d -SIZE (apangin-jattach-g20170928-ccc2f05_GH0.tar.gz) = 9773 +TIMESTAMP = 1535556271 +SHA256 (apangin-jattach-v1.4_GH0.tar.gz) = d624d9158913c571452ac7cfeef59544ea775c5b868fb92efd1edc4d971659e9 +SIZE (apangin-jattach-v1.4_GH0.tar.gz) = 11442