diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-10-19 13:33:50 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-10-19 13:33:50 +0000 |
commit | d887c7c532786d2ee0e56bbe7e359026a9de87aa (patch) | |
tree | 1c402b8897d6c110a4ae850e375e5bee33ee43d0 /comms/libfec/Makefile | |
parent | 9d5b818851f877a34f143af86564e802e4ea3b8b (diff) | |
download | ports-d887c7c532786d2ee0e56bbe7e359026a9de87aa.tar.gz ports-d887c7c532786d2ee0e56bbe7e359026a9de87aa.zip |
Upgrade to version 3.0.1 and take over maintainership.
PR: ports/128152
Approved by: db
Notes
Notes:
svn path=/head/; revision=221771
Diffstat (limited to 'comms/libfec/Makefile')
-rw-r--r-- | comms/libfec/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/libfec/Makefile b/comms/libfec/Makefile index 6fae412280fe..8881e8c75642 100644 --- a/comms/libfec/Makefile +++ b/comms/libfec/Makefile @@ -5,15 +5,14 @@ # $FreeBSD$ PORTNAME= libfec -PORTVERSION= 3.0 -PORTREVISION= 1 +PORTVERSION= 3.0.1 CATEGORIES= comms astro hamradio math MASTER_SITES= http://www.ka9q.net/code/fec/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= db DISTNAME= fec-${PORTVERSION} -MAINTAINER= db@FreeBSD.org +MAINTAINER= olgeni@FreeBSD.org COMMENT= Several forward error correction (FEC) decoders MAKEFILE= makefile |