diff options
author | bsam <bsam@FreeBSD.org> | 2007-09-04 05:32:15 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2007-09-04 05:32:15 +0800 |
commit | b888960008ee054be2a9cbbcd3c3ae884b52c825 (patch) | |
tree | cbde6e6816d37455b78b0209659e0bdb70f56362 /devel/linux-f10-sdl12 | |
parent | bd59213497bc555856fc583adc571bcd1aa30d7e (diff) | |
download | freebsd-ports-gnome-b888960008ee054be2a9cbbcd3c3ae884b52c825.tar.gz freebsd-ports-gnome-b888960008ee054be2a9cbbcd3c3ae884b52c825.tar.zst freebsd-ports-gnome-b888960008ee054be2a9cbbcd3c3ae884b52c825.zip |
Since the new version 1.2.12 use GLIBC_2.4, it's not for linux_base-fc4
default port. Backout the previous commit, revert to version 1.2.10
and bump the PORTEPOCH.
Pointyhat to: me (bsam)
PR: 116059
Submitted by: Marcus von Appen <mva at sysfault.org>
Diffstat (limited to 'devel/linux-f10-sdl12')
-rw-r--r-- | devel/linux-f10-sdl12/Makefile | 3 | ||||
-rw-r--r-- | devel/linux-f10-sdl12/distinfo.i386 | 12 | ||||
-rw-r--r-- | devel/linux-f10-sdl12/pkg-plist.i386 | 2 |
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/linux-f10-sdl12/Makefile b/devel/linux-f10-sdl12/Makefile index c0f7e8981d3e..fc353658bcf8 100644 --- a/devel/linux-f10-sdl12/Makefile +++ b/devel/linux-f10-sdl12/Makefile @@ -7,7 +7,8 @@ # PORTNAME= sdl -PORTVERSION= 1.2.12 +PORTVERSION= 1.2.10 +PORTEPOCH= 1 CATEGORIES= devel linux MASTER_SITES= http://www.libsdl.org/release/ \ ftp://ftp.icm.edu.pl/vol/rzm9/linux-pld/pool/s/SDL/ diff --git a/devel/linux-f10-sdl12/distinfo.i386 b/devel/linux-f10-sdl12/distinfo.i386 index 42d7a5fb8c7a..e514d1e5d652 100644 --- a/devel/linux-f10-sdl12/distinfo.i386 +++ b/devel/linux-f10-sdl12/distinfo.i386 @@ -1,6 +1,6 @@ -MD5 (rpm/SDL-1.2.12-1.i386.rpm) = ad68bc61f893d4d2990b9974b4f9dfa5 -SHA256 (rpm/SDL-1.2.12-1.i386.rpm) = d3288ef129549c022d18b51879fe31362988633733a148823defd93f4fc165b3 -SIZE (rpm/SDL-1.2.12-1.i386.rpm) = 208560 -MD5 (rpm/SDL-1.2.12-1.src.rpm) = 62bd19ef4e491f21ae38fdffcf5748db -SHA256 (rpm/SDL-1.2.12-1.src.rpm) = 14ccd9e6ee0fb2a58bd5c546646066a549d0307cf6d785f1ecda6433c5cf239c -SIZE (rpm/SDL-1.2.12-1.src.rpm) = 2882251 +MD5 (rpm/SDL-1.2.10-1.i386.rpm) = 0c3fbd54bab5e9443bd113c734be54a4 +SHA256 (rpm/SDL-1.2.10-1.i386.rpm) = dd214dda420eb3240b38de0f70d2d38a1b93249215ce5dc99844d9178f74dd07 +SIZE (rpm/SDL-1.2.10-1.i386.rpm) = 202187 +MD5 (rpm/SDL-1.2.10-1.src.rpm) = 3b5bf21e881e0e2a495371ed66044150 +SHA256 (rpm/SDL-1.2.10-1.src.rpm) = 52d1b333bff6dfd8d962c71a23a21afa0594ccf2e9a0ae7048ed5eecd2553dbc +SIZE (rpm/SDL-1.2.10-1.src.rpm) = 2797820 diff --git a/devel/linux-f10-sdl12/pkg-plist.i386 b/devel/linux-f10-sdl12/pkg-plist.i386 index 6a4303aa5b8f..c60c1cf04b02 100644 --- a/devel/linux-f10-sdl12/pkg-plist.i386 +++ b/devel/linux-f10-sdl12/pkg-plist.i386 @@ -4,5 +4,5 @@ usr/share/doc/SDL-%%SDLVER%%/CREDITS usr/share/doc/SDL-%%SDLVER%%/README-SDL.txt usr/lib/libSDL-1.1.so.0 usr/lib/libSDL-1.2.so.0 -usr/lib/libSDL-1.2.so.0.11.1 +usr/lib/libSDL-1.2.so.0.7.3 @dirrm usr/share/doc/SDL-%%SDLVER%% |