1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- Update to 1.2.1

* Add some missing #include (Emanuel Haupt)
  * Optimize the option parsing code
  * Remove unused variable
This commit is contained in:
Pietro Cerutti 2014-04-08 11:39:10 +00:00
parent 4679d92a30
commit 647141d00e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350598
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= thingylaunch
PORTVERSION= 1.2.0
PORTVERSION= 1.2.1
CATEGORIES= x11
MASTER_SITES= http://gahr.ch/thingylaunch/
@ -21,7 +21,7 @@ CXXFLAGS+= -std=c++11
USE_GITHUB= yes
GH_ACCOUNT= gahr
GH_TAGNAME= ${PORTVERSION}
GH_COMMIT= 48688bc
GH_COMMIT= d35711b
PLIST_FILES= bin/${PORTNAME}

View File

@ -1,2 +1,2 @@
SHA256 (thingylaunch-1.2.0.tar.gz) = 61dec5994e554f7bd9dc08f4cc01cdba7a827d5f663113412dd3e89ddfa60b2c
SIZE (thingylaunch-1.2.0.tar.gz) = 8165
SHA256 (thingylaunch-1.2.1.tar.gz) = 2204151a41b236e8d58d801ef5de17d3d13ca329485ce26a5d803c2675e9beb3
SIZE (thingylaunch-1.2.1.tar.gz) = 8214