Skip to content

Instantly share code, notes, and snippets.

@grepper
grepper / gist:aa207bfb65aa9911e397
Created April 24, 2015 04:45
svn diff usr/ports/multimedia/tovid/
Index: /usr/ports/multimedia/tovid/Makefile
===================================================================
--- /usr/ports/multimedia/tovid/Makefile (revision 0)
+++ /usr/ports/multimedia/tovid/Makefile (working copy)
@@ -0,0 +1,37 @@
+# Created by: grepper <[email protected]>
+# $FreeBSD$
+
+PORTNAME= tovid
+#PORTVERSION=
#!/usr/bin/env bash
# .git/hooks/post-commit
githome="/home/robert/git/projects/tovid"
cd "$githome"
# only run when we are on master branch
# a release branch will have the version hard-coded
Status=$(git status | awk '{ print $NF ; exit }')