Skip to content

Commit

Permalink
biology/hyphy: Update to 2.4.32
Browse files Browse the repository at this point in the history
https://github.com/veg/hyphy/releases/tag/2.5.32

Port changes:
- Remove USES=ssl since it's an indirect dependency from curl
- Remove patch that was upstreamed
  • Loading branch information
Jehops committed Aug 20, 2021
1 parent e8b6826 commit dab99da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 32 deletions.
4 changes: 2 additions & 2 deletions biology/hyphy/Makefile
@@ -1,5 +1,5 @@
PORTNAME= hyphy
DISTVERSION= 2.5.31
DISTVERSION= 2.5.32
CATEGORIES= biology

MAINTAINER= jrm@FreeBSD.org
Expand All @@ -12,7 +12,7 @@ ONLY_FOR_ARCHS= amd64 i386

LIB_DEPENDS= libcurl.so:ftp/curl

USES= cmake localbase:ldflags ssl
USES= cmake localbase:ldflags
USE_GITHUB= yes
GH_ACCOUNT= veg

Expand Down
6 changes: 3 additions & 3 deletions biology/hyphy/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1622916930
SHA256 (veg-hyphy-2.5.31_GH0.tar.gz) = 2fa27ba3c4464ee2239570ebf6a038c6a3e216350ba8c3c22e43de0cb9c5dbd7
SIZE (veg-hyphy-2.5.31_GH0.tar.gz) = 5342292
TIMESTAMP = 1629465228
SHA256 (veg-hyphy-2.5.32_GH0.tar.gz) = e47be24b3de21a7a29eec6256cba7481ac8a98437d49eb682aefa5de2f4350ce
SIZE (veg-hyphy-2.5.32_GH0.tar.gz) = 5346015
27 changes: 0 additions & 27 deletions biology/hyphy/files/patch-CMakeLists.txt

This file was deleted.

1 change: 1 addition & 0 deletions biology/hyphy/pkg-plist
Expand Up @@ -91,6 +91,7 @@ bin/hyphy
%%DATADIR%%/TemplateBatchFiles/CodonModelCompare.bf
%%DATADIR%%/TemplateBatchFiles/CodonToProtein.bf
%%DATADIR%%/TemplateBatchFiles/ConvertDataFile.bf
%%DATADIR%%/TemplateBatchFiles/DirectionalREL.bf
%%DATADIR%%/TemplateBatchFiles/DistanceMatrix.bf
%%DATADIR%%/TemplateBatchFiles/Distances/CodonTools.def
%%DATADIR%%/TemplateBatchFiles/Distances/CodonTools2.def
Expand Down

0 comments on commit dab99da

Please sign in to comment.