diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
commit | b6af1e02efe594039707cd882517663d5370f375 (patch) | |
tree | ff9c2d55873e051e82972ba64c017352d3a75d34 /testing/sslscan/sslscan-makefile.patch | |
parent | a71346b7acebc600960a98c84fb32cfd72fe864b (diff) | |
download | aports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2 aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz |
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:
* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/sslscan/sslscan-makefile.patch')
-rw-r--r-- | testing/sslscan/sslscan-makefile.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/sslscan/sslscan-makefile.patch b/testing/sslscan/sslscan-makefile.patch deleted file mode 100644 index c41eb230b1..0000000000 --- a/testing/sslscan/sslscan-makefile.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -ru sslscan-1.8.2/Makefile sslscan-1.8.2.fc12/Makefile ---- sslscan-1.8.2/Makefile 2010-01-16 20:33:16.000000000 +0100 -+++ sslscan-1.8.2.fc12/Makefile 2010-01-16 20:41:10.000000000 +0100 -@@ -1,17 +1,17 @@ - SRCS = sslscan.c --BINPATH = /usr/bin/ --MANPATH = /usr/share/man/ -+BINPATH ?= /usr/bin/ -+MANPATH ?= /usr/share/man/ - - all: -- gcc -g -Wall -lssl -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS) -+ gcc -g -Wall -lssl -lcrypto -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS) - - install: -- cp sslscan $(BINPATH) -- cp sslscan.1 $(MANPATH)man1 -+ install -D -m 755 sslscan $(DESTDIR)$(BINPATH)sslscan -+ install -D -m 644 sslscan.1 $(DESTDIR)$(MANPATH)man1/sslscan.1 - - uninstall: -- rm -f $(BINPATH)sslscan -- rm -f $(MANPATH)man1/sslscan.1 -+ rm -f $(DESTDIR)$(BINPATH)sslscan -+ rm -f $(DESTDIR)$(MANPATH)man1/sslscan.1 - - clean: - rm -f sslscan |