diff options
author | makc <makc@FreeBSD.org> | 2013-08-24 00:12:31 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-08-24 00:12:31 +0800 |
commit | 6ecf4c354ab4dc749003a52a10a10760ba4d29d3 (patch) | |
tree | 92f2400d1f30ca0703413933db5c51a7f65492fe /security/pinentry-curses | |
parent | 35ae227e07d5be22962cc07ee4aadf72f94c3d5f (diff) | |
download | freebsd-ports-gnome-6ecf4c354ab4dc749003a52a10a10760ba4d29d3.tar.gz freebsd-ports-gnome-6ecf4c354ab4dc749003a52a10a10760ba4d29d3.tar.zst freebsd-ports-gnome-6ecf4c354ab4dc749003a52a10a10760ba4d29d3.zip |
- Update to 0.8.3
- Remove stale patch
- Drop deprecated PTHREAD_* stuff
Diffstat (limited to 'security/pinentry-curses')
-rw-r--r-- | security/pinentry-curses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pinentry-curses/Makefile b/security/pinentry-curses/Makefile index 4d62e30ea770..3f777362a0d3 100644 --- a/security/pinentry-curses/Makefile +++ b/security/pinentry-curses/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pinentry -PORTREVISION= 3 +PORTREVISION= 0 COMMENT= Curses version of the gnupg password dialog |