diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-09-02 10:23:57 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-09-02 10:23:57 +0000 |
commit | ea5e1e14e00b1fd3732ff446b9d145cca148bd7b (patch) | |
tree | e4c1c8a3afdd52a1e884dc06d57ed9619b4e6399 | |
parent | 28a08b18987dfa3848a777a46a25d5e9266c755b (diff) | |
download | ports-ea5e1e14e00b1fd3732ff446b9d145cca148bd7b.tar.gz ports-ea5e1e14e00b1fd3732ff446b9d145cca148bd7b.zip |
- Update to 0.16
- Pass maintainership to submitter
PR: ports/84856
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes:
svn path=/head/; revision=141774
-rw-r--r-- | audio/resid/Makefile | 8 | ||||
-rw-r--r-- | audio/resid/distinfo | 4 | ||||
-rw-r--r-- | audio/resid/pkg-plist | 2 |
3 files changed, 6 insertions, 8 deletions
diff --git a/audio/resid/Makefile b/audio/resid/Makefile index c577402d2df6..a895485ac0a0 100644 --- a/audio/resid/Makefile +++ b/audio/resid/Makefile @@ -6,13 +6,11 @@ # PORTNAME= resid -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= audio emulators -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= sidplay2 -EXTRACT_SUFX= .tgz +MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/resid/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@critical.ch COMMENT= Cycle-based SID emulator engine USE_LIBTOOL_VER=15 diff --git a/audio/resid/distinfo b/audio/resid/distinfo index 245e6f9adf08..a5ceda174014 100644 --- a/audio/resid/distinfo +++ b/audio/resid/distinfo @@ -1,2 +1,2 @@ -MD5 (resid-0.15.tgz) = 47736681dede4ace13f71227c8ba3e57 -SIZE (resid-0.15.tgz) = 263675 +MD5 (resid-0.16.tar.gz) = b59066c86f5febabffb0329b70bd6695 +SIZE (resid-0.16.tar.gz) = 266045 diff --git a/audio/resid/pkg-plist b/audio/resid/pkg-plist index 3cd4bea17d07..d7e19aa9e965 100644 --- a/audio/resid/pkg-plist +++ b/audio/resid/pkg-plist @@ -9,5 +9,5 @@ include/resid/voice.h include/resid/wave.h lib/libresid.a lib/libresid.so -lib/libresid.so.4 +lib/libresid.so.5 @dirrm include/resid |